2017-07-24 05:48:36 +00:00
|
|
|
include( $${PWD}/../playground.pri )
|
2018-10-04 08:23:28 +00:00
|
|
|
include( $${PWD}/../qmlplayground.pri )
|
2017-07-21 16:21:34 +00:00
|
|
|
|
|
|
|
TARGET = images
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
images.qrc
|
|
|
|
|
2017-07-24 05:48:36 +00:00
|
|
|
HEADERS += \
|
|
|
|
Image.h
|
|
|
|
|
2017-07-21 16:21:34 +00:00
|
|
|
SOURCES += \
|
2017-07-24 05:48:36 +00:00
|
|
|
Image.cpp \
|
2017-07-21 16:21:34 +00:00
|
|
|
main.cpp
|