gio-qt/qgio-tools/qt5.cmake
zty199 3ef249a410 feat: add support for Qt6
use both Qt6 and Qt5 to compile, generate gio-qt6 for Qt6

Log: add support for Qt6
2024-06-13 09:41:37 +08:00

4 lines
84 B
CMake

add_executable (qgio-tools main.cpp)
target_link_libraries (qgio-tools gio-qt_qt5)