summaryrefslogtreecommitdiffstats
path: root/installerbuilder/binarycreator
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/binarycreator')
-rw-r--r--installerbuilder/binarycreator/binarycreator.cpp14
-rw-r--r--installerbuilder/binarycreator/binarycreator.pro13
2 files changed, 14 insertions, 13 deletions
diff --git a/installerbuilder/binarycreator/binarycreator.cpp b/installerbuilder/binarycreator/binarycreator.cpp
index fab3a207a..322e372be 100644
--- a/installerbuilder/binarycreator/binarycreator.cpp
+++ b/installerbuilder/binarycreator/binarycreator.cpp
@@ -29,14 +29,16 @@
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
-#include <common/binaryformat.h>
-#include <common/errors.h>
-#include <common/fileutils.h>
-#include <common/repositorygen.h>
-#include <common/utils.h>
+#include "common/repositorygen.h"
+
+#include <binaryformat.h>
+#include <errors.h>
+#include <fileutils.h>
#include <init.h>
-#include <kdsavefile.h>
#include <settings.h>
+#include <utils.h>
+
+#include <kdsavefile.h>
#include <QtCore/QDirIterator>
#include <QtCore/QProcess>
diff --git a/installerbuilder/binarycreator/binarycreator.pro b/installerbuilder/binarycreator/binarycreator.pro
index 7145ace41..2544da588 100644
--- a/installerbuilder/binarycreator/binarycreator.pro
+++ b/installerbuilder/binarycreator/binarycreator.pro
@@ -1,8 +1,8 @@
TEMPLATE = app
TARGET = binarycreator
-DEPENDPATH += . ..
-INCLUDEPATH += . .. rcc
+DEPENDPATH += . .. rcc ../common
+INCLUDEPATH += . .. rcc ../common
DESTDIR = ../bin
@@ -15,8 +15,7 @@ RESOURCES += binarycreator.qrc
# Input
SOURCES = binarycreator.cpp \
- rcc/rcc.cpp \
- rcc/rccmain.cpp \
- ../common/repositorygen.cpp
-
-HEADERS = rcc/rcc.h
+ rcc.cpp \
+ rccmain.cpp \
+ repositorygen.cpp
+HEADERS = rcc.h