File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,19 @@ if (UNIX AND NOT APPLE)
2121 pkg_check_modules("${PKG} " REQUIRED IMPORTED_TARGET "${PKG} " )
2222 endforeach ()
2323 list (TRANSFORM PKGCONFIG_MODULES PREPEND "PkgConfig::" )
24+ list (APPEND LINK_LIBS ${PKGCONFIG_MODULES} )
2425endif ()
2526
2627include (FetchContent)
2728FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.9.1)
2829FetchContent_MakeAvailable(quartz)
2930
30- list (APPEND LINK_LIBS ${PKGCONFIG_MODULES} )
31-
3231include_directories ("src" "src/Models" )
3332add_compile_definitions (BLOBDROP_VERSION="${PROJECT_VERSION} " )
3433
3534file (GLOB_RECURSE SRCS "src/*.cpp" )
3635file (GLOB_RECURSE HDRS "src/*.hpp" )
37- file (GLOB_RECURSE QMLS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR} " "*.qml" )
36+ file (GLOB_RECURSE QMLS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR} " "src/qml/ *.qml" )
3837
3938qt_add_resources(RESOURCES "${CMAKE_SOURCE_DIR} /icons.qrc" )
4039
You can’t perform that action at this time.
0 commit comments