summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-12-14 14:57:02 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-12-14 14:57:02 (GMT)
commite45b9b43b427128295ff00a6f09c451c766c17e2 (patch)
tree2d8a55ca25ecfc21ba094fd97209ae140f0179eb /mkspecs/unsupported
parent19a2bd42d11d070e229cf00c43d6aa777d590415 (diff)
downloadQt-e45b9b43b427128295ff00a6f09c451c766c17e2.zip
Qt-e45b9b43b427128295ff00a6f09c451c766c17e2.tar.gz
Qt-e45b9b43b427128295ff00a6f09c451c766c17e2.tar.bz2
Make mkspec/unsupported/linux-host-g++ use correct include
Reviewed-By: Trustme
Diffstat (limited to 'mkspecs/unsupported')
-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 237477c..8a480c4 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)