mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
14 lines
294 B
CMake
14 lines
294 B
CMake
|
|
||
|
#####################################################################
|
||
|
## pixelgadget Binary:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_add_manual_test(pixelgadget
|
||
|
GUI
|
||
|
SOURCES
|
||
|
main.cpp
|
||
|
LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
)
|