qxtglobalshortcut/example/CMakeLists.txt

8 lines
229 B
CMake
Raw Normal View History

2025-08-27 10:53:32 +08:00
find_package(Qt6 REQUIRED COMPONENTS Widgets)
2025-09-15 20:07:42 +08:00
include_directories(${PROJECT_BINARY_DIR}/exports)
add_executable(qxtglobalshortcut_test src/main.cpp)
2025-08-27 10:53:32 +08:00
2025-09-15 20:07:42 +08:00
target_link_libraries(qxtglobalshortcut_test qxtglobalshortcut Qt6::Widgets)