remove pointless DBUS_PATH includes
nothing sets this variable. QT_CFLAGS_DBUS contains the relevant -I flags. Change-Id: I888b81f2110c5966550efd4313e74fe6f76ab06b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
c45595d648
commit
2f0756a63c
@ -10,8 +10,6 @@ INCLUDEPATH += $$QT_BUILD_TREE/include \
|
|||||||
$$QT_BUILD_TREE/include/QtDBus/$$QT_VERSION/QtDBus \
|
$$QT_BUILD_TREE/include/QtDBus/$$QT_VERSION/QtDBus \
|
||||||
$$QT_SOURCE_TREE/src/dbus
|
$$QT_SOURCE_TREE/src/dbus
|
||||||
|
|
||||||
!isEmpty(DBUS_PATH): INCLUDEPATH += $$DBUS_PATH/include
|
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
||||||
|
|
||||||
SOURCES += qdbuscpp2xml.cpp \
|
SOURCES += qdbuscpp2xml.cpp \
|
||||||
|
@ -8,8 +8,6 @@ INCLUDEPATH += $$QT_BUILD_TREE/include \
|
|||||||
$$QT_BUILD_TREE/include/QtDBus/$$QT_VERSION/QtDBus \
|
$$QT_BUILD_TREE/include/QtDBus/$$QT_VERSION/QtDBus \
|
||||||
$$QT_SOURCE_TREE/src/dbus
|
$$QT_SOURCE_TREE/src/dbus
|
||||||
|
|
||||||
!isEmpty(DBUS_PATH): INCLUDEPATH += $$DBUS_PATH/include
|
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
||||||
|
|
||||||
SOURCES = qdbusxml2cpp.cpp \
|
SOURCES = qdbusxml2cpp.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user