aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/highdpi/highdpi.pro')
-rw-r--r--tests/manual/highdpi/highdpi.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/manual/highdpi/highdpi.pro b/tests/manual/highdpi/highdpi.pro
deleted file mode 100644
index a434f848ae..0000000000
--- a/tests/manual/highdpi/highdpi.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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