mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
8 lines
154 B
CMake
8 lines
154 B
CMake
include(QtUtils)
|
|
msvc_registry_search()
|
|
find_qt5(Core Widgets)
|
|
|
|
add_executable(Test WIN32 main.cpp resource.rc)
|
|
|
|
target_link_libraries(Test Qt5::Widgets)
|