14 lines
155 B
Prolog
14 lines
155 B
Prolog
CONFIG += qskexample qskqmlexport
|
|
|
|
QT += quick_private
|
|
|
|
RESOURCES += \
|
|
images.qrc
|
|
|
|
HEADERS += \
|
|
Image.h
|
|
|
|
SOURCES += \
|
|
Image.cpp \
|
|
main.cpp
|