From 402aab76a699f260a72a290fcd131fe7722c8a45 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 20 Nov 2012 14:03:50 +0100 Subject: Follow advice given by Joerg, DEPENDPATH is now deprecated. Change-Id: I8e08618bcc88cc445c317c79d93cdf9f1f2ca5e8 Reviewed-by: Tim Jenssen --- tools/archivegen/archivegen.pro | 5 ++--- tools/binarycreator/binarycreator.pro | 9 ++++----- tools/extractbinarydata/extractbinarydata.pro | 1 - tools/maddehelper/maddehelper.pro | 1 - tools/repocompare/repocompare.pro | 1 - tools/repogen/repogen.pro | 5 ++--- tools/repogenfromonlinerepo/repogenfromonlinerepo.pro | 1 - 7 files changed, 8 insertions(+), 15 deletions(-) (limited to 'tools') diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro index 252c07962..5f5ad3c46 100644 --- a/tools/archivegen/archivegen.pro +++ b/tools/archivegen/archivegen.pro @@ -1,6 +1,5 @@ TEMPLATE = app TARGET = archivegen -DEPENDPATH += . .. ../common INCLUDEPATH += . .. ../common include(../../installerfw.pri) @@ -12,5 +11,5 @@ CONFIG += console DESTDIR = $$IFW_APP_PATH SOURCES += archive.cpp \ - repositorygen.cpp -HEADERS += repositorygen.h + ../common/repositorygen.cpp +HEADERS += ../common/repositorygen.h diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro index 2d020f45e..22c052fd4 100644 --- a/tools/binarycreator/binarycreator.pro +++ b/tools/binarycreator/binarycreator.pro @@ -1,6 +1,5 @@ TEMPLATE = app TARGET = binarycreator -DEPENDPATH += . .. rcc ../common INCLUDEPATH += . .. rcc ../common include(../../installerfw.pri) @@ -12,8 +11,8 @@ CONFIG += console DESTDIR = $$IFW_APP_PATH SOURCES = binarycreator.cpp \ - rcc.cpp \ - rccmain.cpp \ - repositorygen.cpp -HEADERS = rcc.h + rcc/rcc.cpp \ + rcc/rccmain.cpp \ + ../common/repositorygen.cpp +HEADERS = rcc/rcc.h RESOURCES += binarycreator.qrc diff --git a/tools/extractbinarydata/extractbinarydata.pro b/tools/extractbinarydata/extractbinarydata.pro index 056975fce..712d27477 100644 --- a/tools/extractbinarydata/extractbinarydata.pro +++ b/tools/extractbinarydata/extractbinarydata.pro @@ -1,5 +1,4 @@ TEMPLATE = app -DEPENDPATH += . .. INCLUDEPATH += . .. TARGET = extractbinarydata diff --git a/tools/maddehelper/maddehelper.pro b/tools/maddehelper/maddehelper.pro index bc05bb32e..2f50293de 100644 --- a/tools/maddehelper/maddehelper.pro +++ b/tools/maddehelper/maddehelper.pro @@ -1,5 +1,4 @@ TEMPLATE = app -DEPENDPATH += . .. INCLUDEPATH += . .. TARGET = maddehelper diff --git a/tools/repocompare/repocompare.pro b/tools/repocompare/repocompare.pro index f71eca73c..8bdb83516 100644 --- a/tools/repocompare/repocompare.pro +++ b/tools/repocompare/repocompare.pro @@ -1,5 +1,4 @@ TEMPLATE = app -DEPENDPATH += . .. INCLUDEPATH += . .. TARGET = repocompare diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro index 75564cfa1..760161c82 100644 --- a/tools/repogen/repogen.pro +++ b/tools/repogen/repogen.pro @@ -1,6 +1,5 @@ TEMPLATE = app TARGET = repogen -DEPENDPATH += . .. ../common INCLUDEPATH += . .. ../common include(../../installerfw.pri) @@ -12,5 +11,5 @@ CONFIG += console DESTDIR = $$IFW_APP_PATH SOURCES += repogen.cpp \ - repositorygen.cpp -HEADERS += repositorygen.h + ../common/repositorygen.cpp +HEADERS += ../common/repositorygen.h diff --git a/tools/repogenfromonlinerepo/repogenfromonlinerepo.pro b/tools/repogenfromonlinerepo/repogenfromonlinerepo.pro index 8b3a01124..0c11efa36 100644 --- a/tools/repogenfromonlinerepo/repogenfromonlinerepo.pro +++ b/tools/repogenfromonlinerepo/repogenfromonlinerepo.pro @@ -1,5 +1,4 @@ TEMPLATE = app -DEPENDPATH += . .. INCLUDEPATH += . .. TARGET = repogenfromonlinerepo -- cgit v1.2.3