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