qskinny/examples/colorswitch/colorswitch.pro

14 lines
162 B
Prolog
Raw Normal View History

2017-07-21 16:21:34 +00:00
include( $${PWD}/../examples.pri )
2017-07-23 10:49:25 +00:00
TARGET = colorswitch
2017-07-21 16:21:34 +00:00
RESOURCES += \
2017-07-23 10:49:25 +00:00
colorswitch.qrc
2017-07-21 16:21:34 +00:00
2017-07-23 14:40:24 +00:00
HEADERS += \
Theme.h
2017-07-21 16:21:34 +00:00
SOURCES += \
2017-07-23 14:40:24 +00:00
Theme.cpp \
2017-07-21 16:21:34 +00:00
main.cpp