aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.pro
blob: a434f848ae8f41b2016edc34bbd99c1b5f65f690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
CONFIG += plugin
QT += qml quick

DESTDIR = ImageProvider
TARGET  = qmlimageproviderplugin

SOURCES += imageprovider.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProvider
qml.files = ImageProvider/qmldir
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProvider
INSTALLS = target qml