summaryrefslogtreecommitdiffstats
path: root/tools/demoLauncher/CMakeLists.txt
blob: 517c313f0c6ea5c266ae21dc82865107fa139b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from demoLauncher.pro.

#####################################################################
## demoLauncher Binary:
#####################################################################

qt_internal_add_executable(demoLauncher
    GUI
    SOURCES
        graphicsbutton.cpp graphicsbutton.h
        main.cpp
        widget.cpp widget.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)