From 24fb923ef697d91618e15ee0c66dd5b0d0a22579 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 2 Sep 2013 17:02:01 +0200 Subject: remove stale phonon reference Change-Id: I0ab1c16d2a9b593782f846ac11374ff9727d72c1 Reviewed-by: Alan Alpert Reviewed-by: Joerg Bornemann --- .gitignore | 1 - tools/qml/qml.pro | 3 --- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index bccd9489..06432ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -74,7 +74,6 @@ bin/qttracereplay* bin/rcc* bin/uic* bin/patternist* -bin/phonon* bin/qcollectiongenerator* bin/qdbus* bin/qhelpconverter* diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index f9106876..397287e7 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -12,9 +12,6 @@ wince* { qtHaveModule(scripttools) { QT += scripttools } - contains(QT_CONFIG, phonon) { - QT += phonon - } qtHaveModule(xmlpatterns) { QT += xmlpatterns } -- cgit v1.2.3