File: CMakeLists.txt

package info (click to toggle)
frameworkintegration 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: cpp: 823; sh: 13; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
add_executable(kstyletest kstyletest.cpp)
target_link_libraries(kstyletest Qt${QT_MAJOR_VERSION}::Widgets KF5::Style)