qskinny/playground/images/images.pro

14 lines
155 B
Prolog
Raw Normal View History

2019-04-02 07:07:09 +00:00
CONFIG += qskexample qskqmlexport
2017-07-21 16:21:34 +00:00
2019-04-04 15:52:49 +00:00
QT += quick_private
2017-07-21 16:21:34 +00:00
RESOURCES += \
images.qrc
HEADERS += \
Image.h
2017-07-21 16:21:34 +00:00
SOURCES += \
Image.cpp \
2017-07-21 16:21:34 +00:00
main.cpp