Files
bsdports/xapp/libqt4/files/patch-x-tools-qdbus-qdbusxml2cpp-qdbusxml2cpp.pro
2019-12-26 07:26:06 +00:00

17 lines
460 B
Prolog

--- ./tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro.orig 2015-05-07 16:14:40.000000000 +0200
+++ ./tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro 2019-03-22 15:25:41.204247000 +0200
@@ -1,6 +1,6 @@
SOURCES = qdbusxml2cpp.cpp
DESTDIR = ../../../bin
-TARGET = qdbusxml2cpp
+TARGET = qdbusxml2cpp-qt4
QT = core xml
CONFIG += qdbus
CONFIG -= app_bundle
@@ -8,3 +8,5 @@
target.path=$$[QT_INSTALL_BINS]
INSTALLS += target
+
+contains(QT_CONFIG, dbus):LIBS += -ldbus