File size: 326 Bytes
a4cf109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS += \
	$$PWD/ButtonItem.h \
	$$PWD/Dispatcher.h \
	$$PWD/GridLayoutItem.h \
	$$PWD/KeyboardItem.h \
	$$PWD/LayoutItem.h \
	$$PWD/ModeItem.h \
	$$PWD/register.h
SOURCES += \
	$$PWD/ButtonItem.cpp \
	$$PWD/Dispatcher.cpp \
	$$PWD/GridLayoutItem.cpp \
	$$PWD/KeyboardItem.cpp \
	$$PWD/LayoutItem.cpp \
	$$PWD/ModeItem.cpp