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