summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mkspecs/devices/common/linux_device_pre.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mkspecs/devices/common/linux_device_pre.conf b/mkspecs/devices/common/linux_device_pre.conf
index e0f744af3e..51f04d9e7b 100644
--- a/mkspecs/devices/common/linux_device_pre.conf
+++ b/mkspecs/devices/common/linux_device_pre.conf
@@ -7,9 +7,9 @@ CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
-include(../../../common/linux.conf)
-include(../../../common/gcc-base-unix.conf)
-include(../../../common/g++-unix.conf)
+include(../../common/linux.conf)
+include(../../common/gcc-base-unix.conf)
+include(../../common/g++-unix.conf)
!load(device_config) {
error(Could not successfully load device configuration)