summaryrefslogtreecommitdiffstats
path: root/examples/desktop/screenshot/screenshot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/desktop/screenshot/screenshot.pro')
-rw-r--r--examples/desktop/screenshot/screenshot.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/desktop/screenshot/screenshot.pro b/examples/desktop/screenshot/screenshot.pro
deleted file mode 100644
index e9f53f7450..0000000000
--- a/examples/desktop/screenshot/screenshot.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-HEADERS = screenshot.h
-SOURCES = main.cpp \
- screenshot.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/screenshot
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS screenshot.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/screenshot
-INSTALLS += target sources
-
-QT += widgets
-simulator: warning(This example might not fully work on Simulator platform)