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 <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
Donald Carr 2012-06-06 15:54:55 +00:00 committed by Qt by Nokia
parent ef30a59121
commit b194575b85

View 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)