summaryrefslogtreecommitdiff
path: root/mkspecs
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-12-14 15:57:02 +0100
committerTom Cooksey <thomas.cooksey@nokia.com>2009-12-14 15:57:02 +0100
commite45b9b43b427128295ff00a6f09c451c766c17e2 (patch)
tree2d8a55ca25ecfc21ba094fd97209ae140f0179eb /mkspecs
parent19a2bd42d11d070e229cf00c43d6aa777d590415 (diff)
downloadqt4-tools-e45b9b43b427128295ff00a6f09c451c766c17e2.tar.gz
Make mkspec/unsupported/linux-host-g++ use correct include
Reviewed-By: Trustme
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/unsupported/linux-host-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/unsupported/linux-host-g++/qmake.conf b/mkspecs/unsupported/linux-host-g++/qmake.conf
index 237477c898..8a480c45df 100644
--- a/mkspecs/unsupported/linux-host-g++/qmake.conf
+++ b/mkspecs/unsupported/linux-host-g++/qmake.conf
@@ -134,5 +134,5 @@ QMAKE_MKDIR = mkdir -p
QMAKE_INSTALL_FILE = install -m 644 -p
QMAKE_INSTALL_PROGRAM = install -m 755 -p
-include(../common/unix.conf)
+include(../../common/unix.conf)
load(qt_config)