From 0ef4bf1c1e77d4b11f5f17babdd0065723901a7d Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Mon, 6 Aug 2012 20:34:34 +0200 Subject: Add possibility to add OpenSSL, DBUS, MySQL path under Windows Under Windows it's quite possible that OpenSSL, DBUS or MySQL is not installed into a central place. If -I and -L is passed at configure time, it is added to all targets, and if that path contained a conflicting header things would go wrong. Change-Id: Ic3338c49aa6eaa91b3abf5341e709ef604bf7aab Reviewed-by: Oswald Buddenhagen --- src/tools/qdbusxml2cpp/qdbusxml2cpp.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/qdbusxml2cpp') diff --git a/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro index aebdef50ad..1d5c4d2fc3 100644 --- a/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro +++ b/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro @@ -12,6 +12,8 @@ INCLUDEPATH += $$QT_BUILD_TREE/include \ $$QT_BUILD_TREE/include/QtDBus/$$QT_VERSION/QtDBus \ $$QT_SOURCE_TREE/src/dbus +!isEmpty(DBUS_PATH): INCLUDEPATH += $$DBUS_PATH/include + QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS SOURCES = qdbusxml2cpp.cpp \ -- cgit v1.2.3