summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/archivegen/archivegen.pro5
-rw-r--r--tools/binarycreator/binarycreator.pro9
-rw-r--r--tools/extractbinarydata/extractbinarydata.pro1
-rw-r--r--tools/maddehelper/maddehelper.pro1
-rw-r--r--tools/repocompare/repocompare.pro1
-rw-r--r--tools/repogen/repogen.pro5
-rw-r--r--tools/repogenfromonlinerepo/repogenfromonlinerepo.pro1
7 files changed, 8 insertions, 15 deletions
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