We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3ec46 commit 136d6d9Copy full SHA for 136d6d9
CMakeLists.txt
@@ -67,7 +67,7 @@ if(BUILD_STATIC)
67
target_compile_definitions(qtadvanceddocking PUBLIC ADS_STATIC)
68
else()
69
add_library(qtadvanceddocking SHARED ${ads_SRCS})
70
- target_compile_definitions(qtadvanceddocking PUBLIC ADS_SHARED_EXPORT)
+ set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ADS_SHARED_EXPORT)
71
endif()
72
install(FILES ${ads_INSTALL_INCLUDE}
73
DESTINATION include
0 commit comments