qskinny/examples/colorswitch/colorswitch.pro

14 lines
162 B
Prolog
Raw Normal View History

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