14 lines
155 B
Prolog
Raw Normal View History

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