aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/window/window.pro')
-rw-r--r--src/imports/window/window.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/imports/window/window.pro b/src/imports/window/window.pro
deleted file mode 100644
index a8ce79f275..0000000000
--- a/src/imports/window/window.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-CXX_MODULE = qml
-TARGET = windowplugin
-TARGETPATH = QtQuick/Window.2
-IMPORT_VERSION = 2.$$QT_MINOR_VERSION
-
-SOURCES += \
- plugin.cpp
-
-HEADERS += \
- plugin.h
-
-QT += quick-private qml-private
-
-load(qml_plugin)