summaryrefslogtreecommitdiff
path: root/audio/qmpdclient/files/patch-qmpdclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'audio/qmpdclient/files/patch-qmpdclient.pro')
-rw-r--r--audio/qmpdclient/files/patch-qmpdclient.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/qmpdclient/files/patch-qmpdclient.pro b/audio/qmpdclient/files/patch-qmpdclient.pro
deleted file mode 100644
index ab5fdc8050fb..000000000000
--- a/audio/qmpdclient/files/patch-qmpdclient.pro
+++ /dev/null
@@ -1,38 +0,0 @@
---- qmpdclient.pro.orig 2011-06-08 09:16:26 UTC
-+++ qmpdclient.pro
-@@ -3,7 +3,7 @@ PREFIX = /usr/local
-
- # Most people need not muck about below here
- #!contains(QT_MAJOR_VERSION, 4):error(QMPDClient requires Qt 4)
--CONFIG += qt debug
-+CONFIG += qt
-
- # addition ldflags for release build
- QMAKE_LFLAGS_RELEASE += -O2 -g0 -s
-@@ -212,16 +212,15 @@ unix {
- SOURCES += src/qmpdclient_x11.cpp
- LIBS += -lX11
- # Check for dbus support
-- contains(QT_CONFIG, dbus) {
-+ contains(CONFIG, qdbus) {
- message(DBus: enabled)
-- CONFIG += qdbus
- SOURCES += src/notifications_dbus.cpp \
- src/qdbus_adaptor.cpp
- HEADERS += src/qdbus_adaptor.h
- DEFINES += WITH_DBUS
- }
- else {
-- message(DBus: disabled (Qt is not compiled with dbus support))
-+ message(DBus: disabled)
- SOURCES += src/notifications_nodbus.cpp
- }
- }
-@@ -253,6 +252,7 @@ unix {
- translations.commands = lrelease $$TRANSLATIONS
- translations.files = lang/cs_CZ.qm lang/de_DE.qm lang/es_ES.qm lang/fr_FR.qm lang/it_IT.qm lang/nl_NL.qm lang/nn_NO.qm lang/no_NO.qm lang/pt_BR.qm lang/ru_RU.qm lang/sv_SE.qm lang/tr_TR.qm lang/uk_UA.qm lang/zh_CN.qm lang/zh_TW.qm
- translations.path = $$PREFIX/share/QMPDClient/translations
-+translations.CONFIG += no_check_exist
-
- INSTALLS += translations
-