summaryrefslogtreecommitdiffstats
path: root/tools/demoLauncher/demoLauncher.pro
blob: a8b8b12226ed5b63768cf19baf83caf7c306d59e (plain)
1
2
3
4
5
6
7
8
9
!include( ../../demos/demos.pri ):error( "Couldn't find the demos.pri file!" )

TARGET = demoLauncher
SOURCES += main.cpp\
           widget.cpp \
           graphicsbutton.cpp

HEADERS  += widget.h \
            graphicsbutton.h