clean up qmake-generated projects
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 21 Feb 2012 16:34:53 +0000 (17:34 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 21 Feb 2012 23:17:05 +0000 (00:17 +0100)
remove assignmets which are defaults or bogus

Change-Id: I7130f22a66b294f92b0ed03749895136d0890a64
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
14 files changed:
config.tests/directshow/directshow.pro
config.tests/evr/evr.pro
config.tests/gstreamer/gstreamer.pro
config.tests/gstreamer_appsrc/gstreamer_appsrc.pro
config.tests/gstreamer_photography/gstreamer_photography.pro
config.tests/resourcepolicy/resourcepolicy.pro
config.tests/wmf/wmf.pro
config.tests/wmp/wmp.pro
config.tests/wmsdk/wmsdk.pro
config.tests/xvideo/xvideo.pro
examples/declarative-radio/declarative-radio.pro
src/plugins/audiocapture/audiocapture.pro
src/plugins/gstreamer/gstreamer.pro
src/plugins/pulseaudio/pulseaudio.pro

index 0ad9cb7..bbf8804 100644 (file)
@@ -1,11 +1,8 @@
 CONFIG -= qt
 CONFIG += console
-TEMPLATE = app
 
 requires(win32*)
 
-# Input
 SOURCES += main.cpp
 
 LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
-
index c15b6c8..54cf30f 100644 (file)
@@ -1,8 +1,6 @@
 CONFIG -= qt
 CONFIG += console
-TEMPLATE = app
 
 requires(win32*)
 
-# Input
 SOURCES += main.cpp
index 5fcd1ab..5076db0 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
 requires(unix)
 
-# Input
 SOURCES += main.cpp
 
 CONFIG += link_pkgconfig
index b0a6efc..2d77a00 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
 requires(unix)
 
-# Input
 SOURCES += main.cpp
 
 CONFIG += link_pkgconfig
index 3b384b0..951e0ab 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
 requires(unix)
 
-# Input
 SOURCES += main.cpp
 
 CONFIG += link_pkgconfig
index 79fa6a1..4b4b3c8 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
 requires(unix)
 
-# Input
 SOURCES += main.cpp
 
 CONFIG += link_pkgconfig
index 31b5328..ac5643e 100644 (file)
@@ -1,10 +1,6 @@
 CONFIG -= qt
 CONFIG += console
-TEMPLATE = app
 
-# Input
 SOURCES += main.cpp
 
 LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys
-
-
index 4c2f157..dc6a9ce 100644 (file)
@@ -1,11 +1,8 @@
 CONFIG -= qt
 CONFIG += console
-TEMPLATE = app
 
 requires(win32*)
 
-# Input
 SOURCES += main.cpp
 
 LIBS += -lstrmiids -lole32 -lOleaut32 -luser32 -lgdi32
-
index c15b6c8..54cf30f 100644 (file)
@@ -1,8 +1,6 @@
 CONFIG -= qt
 CONFIG += console
-TEMPLATE = app
 
 requires(win32*)
 
-# Input
 SOURCES += main.cpp
index 749091e..056dd0a 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-DEPENDPATH += .
-INCLUDEPATH += .
-
 requires(unix)
 
-# Input
 SOURCES += main.cpp
 
 CONFIG += link_pkgconfig
@@ -13,4 +8,3 @@ PKGCONFIG += \
     x11 \
     xext \
     xv
-
index 313bdbf..7483427 100644 (file)
@@ -1,10 +1,4 @@
-TEMPLATE = app
-TARGET = declarative-radio
-DEPENDPATH += .
-INCLUDEPATH += .
 QT += declarative quick multimedia
 
-# Input
 SOURCES += main.cpp
 RESOURCES += declarative-radio.qrc
-
index 8b30b2a..f7091c5 100644 (file)
@@ -7,7 +7,6 @@ PLUGIN_TYPE=mediaservice
 load(qt_plugin)
 DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
 
-# Input
 HEADERS += audioencodercontrol.h \
     audiocontainercontrol.h \
     audiomediarecordercontrol.h \
index 77f7da9..7c40759 100644 (file)
@@ -53,7 +53,6 @@ maemo6 {
     }
 }
 
-# Input
 HEADERS += \
     qgstreamervideorendererinterface.h \
     qgstreamerserviceplugin.h \
index 9b786b4..0897b8f 100644 (file)
@@ -10,7 +10,6 @@ DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
 CONFIG += link_pkgconfig
 PKGCONFIG += libpulse
 
-# Input
 HEADERS += qpulseaudioplugin.h \
            qaudiodeviceinfo_pulse.h \
            qaudiooutput_pulse.h \