summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows/windows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/windows/windows.pro')
-rw-r--r--examples/qpa/windows/windows.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro
deleted file mode 100644
index cf2b7ab200..0000000000
--- a/examples/qpa/windows/windows.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += console
-QT += gui-private core-private
-
-HEADERS += window.h
-SOURCES += window.cpp main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
-INSTALLS += target