2018-10-04 08:16:50 +00:00
|
|
|
include( $${PWD}/../example.pri )
|
2018-10-04 08:23:28 +00:00
|
|
|
include( $${PWD}/../qmlexample.pri )
|
2017-07-21 16:21:34 +00:00
|
|
|
|
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
|