From f9413889531c21b56e3b512c264c5dc9a85f8c74 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 Feb 2012 17:52:56 +0100 Subject: clean up qmake-generated projects remove assignmets which are defaults or bogus Change-Id: I6e4fcef11e905ffbbb7a32210608faac7aa111e5 Reviewed-by: Marius Storm-Olsen --- examples/qml-compositor/qml-compositor.pro | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'examples/qml-compositor') 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 -- cgit v1.2.3