From b194575b8541fba380a80f4db2d950e694c808d2 Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Wed, 6 Jun 2012 15:54:55 +0000 Subject: Fix common device spec paths This fixes breakage in the Raspberry Pi spec introduced in: https://codereview.qt-project.org/#change,27536 due to incorrect depth assumptions regarding included files. Change-Id: I802b828f1755f299939fed192dd3ca9bf1a83002 Reviewed-by: Girish Ramakrishnan --- mkspecs/devices/common/linux_device_pre.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mkspecs/devices/common') 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) -- cgit v1.2.3