-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move files into their appropriate modules
- Loading branch information
1 parent
1b1eea2
commit 58c3cb9
Showing
43 changed files
with
104 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
find_package(Qt6 REQUIRED COMPONENTS Core Positioning Qml) | ||
|
||
qt_add_library(Utilities STATIC | ||
JsonHelper.cc | ||
JsonHelper.h | ||
QGC.cc | ||
QGC.h | ||
QGCCachedFileDownload.cc | ||
QGCCachedFileDownload.h | ||
QGCFileDownload.cc | ||
QGCFileDownload.h | ||
QGCLoggingCategory.cc | ||
QGCLoggingCategory.h | ||
QGCQGeoCoordinate.cc | ||
QGCQGeoCoordinate.h | ||
QGCTemporaryFile.cc | ||
QGCTemporaryFile.h | ||
ShapeFileHelper.cc | ||
ShapeFileHelper.h | ||
SHPFileHelper.cc | ||
SHPFileHelper.h | ||
) | ||
|
||
if(MOBILE) | ||
target_sources(Utilities | ||
PRIVATE | ||
MobileScreenMgr.cc | ||
MobileScreenMgr.h | ||
) | ||
endif() | ||
|
||
target_link_libraries(Utilities | ||
PRIVATE | ||
Qt6::Qml | ||
shp | ||
PUBLIC | ||
Qt6::Core | ||
Qt6::Positioning | ||
qgc | ||
) | ||
|
||
target_include_directories(Utilities | ||
PUBLIC | ||
${CMAKE_CURRENT_SOURCE_DIR} | ||
${CMAKE_SOURCE_DIR}/libs/shapelib | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.