summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/citizenquartz/citizenquartz.pro
blob: 58039a0223bd87d0540e844121297c4d01c9b43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += main.cpp \ 
          clock.cpp \ 
		  clockbutton.cpp \
		  clockdisplay.cpp \
		  propertyaddstate.cpp \
		  
HEADERS += clock.h \
           clockbutton.h \
		   clockdisplay.h \
		   propertyaddstate.h \
           timeperiod.h \           

RESOURCES += citizenquartz.qrc
CONFIG += console