summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-21 17:52:56 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-21 20:05:25 +0100
commitf9413889531c21b56e3b512c264c5dc9a85f8c74 (patch)
tree89ee8808050853f763b849b3ca91ef83cdd21186 /examples/qml-compositor
parent038184cad8d6a82a34897c9bdb9cc1be3ee124a5 (diff)
clean up qmake-generated projects
remove assignmets which are defaults or bogus Change-Id: I6e4fcef11e905ffbbb7a32210608faac7aa111e5 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'examples/qml-compositor')
-rw-r--r--examples/qml-compositor/qml-compositor.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/qml-compositor/qml-compositor.pro b/examples/qml-compositor/qml-compositor.pro
index 1414cef3d..944ffaac3 100644
--- a/examples/qml-compositor/qml-compositor.pro
+++ b/examples/qml-compositor/qml-compositor.pro
@@ -1,8 +1,3 @@
-TEMPLATE = app
-TARGET = qml-compositor
-DEPENDPATH += .
-INCLUDEPATH += .
-
DEFINES += QT_COMPOSITOR_QUICK
# comment out the following to not use pkg-config in the pri files
@@ -20,15 +15,9 @@ QT += compositor
# the following line
#include (../../src/compositor/compositor.pri)
-# Input
SOURCES += main.cpp
RESOURCES = qml-compositor.qrc
-CONFIG += qt warn_on debug create_prl link_prl
-OBJECTS_DIR = .obj/release-shared
-MOC_DIR = .moc/release-shared
-
-# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qml-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qml-compositor