summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qdbuscpp2xml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2016-03-20 23:07:46 +0100
committerLars Knoll <lars.knoll@theqtcompany.com>2016-04-07 16:18:03 +0000
commitda95152dfb968d815f898f3d190988a915f49142 (patch)
treef0e9a556385fd807f31cd3d8d395c512cb160dd3 /tests/auto/tools/qdbuscpp2xml
parent921e5193cd38cae307f9fa0b314e6f1649962c73 (diff)
Unify naming of LIBS/CFLAGS for 3rd party libraries
Most libs use QMAKE_LIBS/CFLAGS, but some have other naming conventions. Unify them into using QMAKE_LIBS/CFLAGS. Change-Id: I39b188adc1f9a223a83b294c5315c3095a9c68de Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/auto/tools/qdbuscpp2xml')
-rw-r--r--tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro b/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro
index 4bfa89a44e..fa232b323b 100644
--- a/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro
+++ b/tests/auto/tools/qdbuscpp2xml/qdbuscpp2xml.pro
@@ -2,7 +2,7 @@ CONFIG += testcase
QT = core testlib dbus
TARGET = tst_qdbuscpp2xml
-QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
+QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_DBUS
SOURCES += tst_qdbuscpp2xml.cpp \