summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-03-23 21:09:14 +0100
committerkh1 <qt-info@nokia.com>2011-03-23 21:09:14 +0100
commitb48ec63decab434f568f221981617efee208dc57 (patch)
tree870ca90690bf075d33acd0053037e5e5916f8309 /installerbuilder/libinstaller/libinstaller.pro
parentda73157cbea6bcdfda5961c492a8ca5a296c54d4 (diff)
Use the private class. Move the RunModes enum.
The enum should have been there before, so move it to the qinstallerglobal.h file.
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index 015925801..21a55dea0 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -91,7 +91,8 @@ HEADERS += $$PWD/qinstaller.h \
performinstallationform.h \
messageboxhandler.h \
getrepositoriesmetainfojob.h \
- licenseoperation.h
+ licenseoperation.h \
+ qinstallercomponent_p.h
SOURCES += $$PWD/qinstaller.cpp \
$$PWD/qinstaller_p.cpp \
@@ -151,7 +152,8 @@ SOURCES += $$PWD/qinstaller.cpp \
performinstallationform.cpp \
messageboxhandler.cpp \
getrepositoriesmetainfojob.cpp \
- licenseoperation.cpp
+ licenseoperation.cpp \
+ qinstallercomponent_p.cpp
macx {
HEADERS += macrelocateqt.h \