We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6518a21 commit 55b17a8Copy full SHA for 55b17a8
1 file changed
src/CMakeLists.txt
@@ -29,7 +29,9 @@ target_compile_definitions(uibase PRIVATE -DUIBASE_EXPORT SPDLOG_USE_STD_FORMAT)
29
30
target_link_libraries(uibase
31
PUBLIC Qt6::Widgets Qt6::Network Qt6::QuickWidgets
32
- PRIVATE Boost::headers Boost::thread spdlog::spdlog_header_only Qt6::Qml Qt6::Quick)
+ PRIVATE
33
+ Boost::headers Boost::thread spdlog::spdlog_header_only
34
+ Qt6::Qml Qt6::Quick Version)
35
36
# installation
37
install(TARGETS uibase EXPORT uibaseTargets FILE_SET HEADERS)
0 commit comments