Warning, /libraries/kproperty/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 remove_definitions(
0002 -DQT_NO_KEYWORDS
0003 -DQT_NO_SIGNALS_SLOTS_KEYWORDS
0004 -DQT_NO_CAST_FROM_ASCII
0005 )
0006
0007 set(kpropertyexample_SRCS main.cpp window.cpp)
0008 add_executable(kpropertyexample ${kpropertyexample_SRCS})
0009 target_link_libraries(kpropertyexample
0010 KPropertyWidgets
0011 KPropertyUtilsPrivate
0012 )
0013 if(KPROPERTY_KF)
0014 target_link_libraries(kpropertyexample
0015 KF5::ConfigGui #KConfigGroup
0016 )
0017 endif()