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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/imports/window/window.pro b/src/imports/window/window.pro
deleted file mode 100644
index d8f9b16df4..0000000000
--- a/src/imports/window/window.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CXX_MODULE = qml
-TARGET = windowplugin
-TARGETPATH = QtQuick/Window
-QML_IMPORT_VERSION = $$QT_VERSION
-
-SOURCES += \
- plugin.cpp
-
-HEADERS += \
- plugin.h
-
-QT += quick-private qml-private
-
-CONFIG += qmltypes install_qmltypes
-load(qml_plugin)