summaryrefslogtreecommitdiffstats
path: root/examples/painting/composition/composition.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/composition/composition.pro')
-rw-r--r--examples/painting/composition/composition.pro29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/painting/composition/composition.pro b/examples/painting/composition/composition.pro
deleted file mode 100644
index eb63d0c47a..0000000000
--- a/examples/painting/composition/composition.pro
+++ /dev/null
@@ -1,29 +0,0 @@
-SOURCES += main.cpp composition.cpp
-HEADERS += composition.h
-
-SHARED_FOLDER = ../shared
-
-include($$SHARED_FOLDER/shared.pri)
-
-RESOURCES += composition.qrc
-contains(QT_CONFIG, opengl) {
- DEFINES += QT_OPENGL_SUPPORT
- QT += opengl
-}
-QT += widgets
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/composition
-sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.jpg *.pro *.html
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/composition
-INSTALLS += target sources
-
-
-win32-msvc* {
- QMAKE_CXXFLAGS += /Zm500
- QMAKE_CFLAGS += /Zm500
-}
-
-wince* {
- DEPLOYMENT_PLUGIN += qjpeg
-}