Skip to content

Commit

Permalink
#220 Fix 2.4.0 Qt6 CMake configuration...
Browse files Browse the repository at this point in the history
  • Loading branch information
cneben committed Jan 14, 2024
1 parent 629c92f commit 8ff4170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.qt6.txt
Expand Up @@ -14,8 +14,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:QT_
# Configure QuickQanava library ###############################################
list(APPEND qan_resources QuickQanava_static.qrc)
list(APPEND qan_resources GraphicalEffects6/QuickQanavaGraphicalEffects.qrc)
add_library(QuickQanava STATIC ${qan_source_files} ${qan_header_files} ${qan_resources})

add_library(QuickQanava STATIC ${qan_source_files} ${qan_header_files} ${qan_resources} ${quickcontainers_source_files} ${quickcontainers_header_files})
target_include_directories(QuickQanava
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
Expand Down

0 comments on commit 8ff4170

Please sign in to comment.