summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/app.pro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-09-10 12:20:46 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2014-10-03 15:28:50 +0300
commit4d2aaee17f17ab866f06fe6e3f30a0edeb9de4d9 (patch)
treef166deddcab50e575675b3f7e067c5b2a0949b29 /basicsuite/qt5-everywhere/app.pro
parent9d91298e8ce01df9de6e1cb3d49a6605c00d6ec1 (diff)
Qt5 Everywhere: keep only metadata.
This demo is prepared during build process by pulling in the latest version from git repository and making it b2qt-launcher compatible. Task-number: QTEE-756 Change-Id: If8fb202b6437c43ff3a8d381234c574e631b00bb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'basicsuite/qt5-everywhere/app.pro')
-rw-r--r--basicsuite/qt5-everywhere/app.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/basicsuite/qt5-everywhere/app.pro b/basicsuite/qt5-everywhere/app.pro
deleted file mode 100644
index be46a9c..0000000
--- a/basicsuite/qt5-everywhere/app.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = qt5-everywhere
-
-include(../shared/shared.pri)
-b2qtdemo_deploy_defaults()
-
-content.files = \
- *.qml \
- *.js \
- fonts \
- images \
- demos
-content.path = $$DESTPATH
-
-OTHER_FILES += $${content.files}
-
-INSTALLS += target content