summaryrefslogtreecommitdiffstats
path: root/tools/demoLauncher/demoLauncher.pro
blob: d22b097c3ca45636aa8f13b028d91ffe26a2b8b4 (plain)
1
2
3
4
5
6
7
8
QT += core gui widgets
TARGET = demoLauncher
SOURCES += main.cpp\
           widget.cpp \
           graphicsbutton.cpp

HEADERS  += widget.h \
            graphicsbutton.h