Fix common device spec paths
authorDonald Carr <donald.carr@nokia.com>
Wed, 6 Jun 2012 15:54:55 +0000 (15:54 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 7 Jun 2012 02:16:49 +0000 (04:16 +0200)
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 <girish.1.ramakrishnan@nokia.com>
mkspecs/devices/common/linux_device_pre.conf

index e0f744a..51f04d9 100644 (file)
@@ -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)