summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-15 14:53:47 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-19 16:14:04 +0100
commitbe3b47d0d504a3409ce66bd77bb8c0acff87c4f5 (patch)
tree09dfb02d484a4f395991972b828da71400fb761a /installerbuilder/libinstaller/libinstaller.pro
parent9fd62353cf7f973d78cd2093328ac15b5c4980b6 (diff)
Reorganize the tree, have better ifw.pri. Shadow build support.
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro198
1 files changed, 0 insertions, 198 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
deleted file mode 100644
index 7a01e0a5f..000000000
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ /dev/null
@@ -1,198 +0,0 @@
-TEMPLATE = lib
-TARGET = installer
-
-INCLUDEPATH += . ..
-DEPENDPATH += . .. 3rdparty/kdtools
-
-DESTDIR = $$OUT_PWD/../lib
-DLLDESTDIR = $$OUT_PWD/../bin
-
-DEFINES += QT_NO_CAST_FROM_ASCII \
- BUILD_LIB_INSTALLER
-
-CONFIG( shared, static|shared ){
- DEFINES += KDTOOLS_SHARED
-}
-
-QT += script \
- network \
- sql
-CONFIG += help uitools
-
-contains(CONFIG, static): {
- QTPLUGIN += qsqlite
- DEFINES += USE_STATIC_SQLITE_PLUGIN
-}
-
-include(3rdparty/7zip/7zip.pri)
-include(3rdparty/kdtools/kdtools.pri)
-
-HEADERS += packagemanagercore.h \
- packagemanagercore_p.h \
- packagemanagergui.h \
- binaryformat.h \
- binaryformatengine.h \
- binaryformatenginehandler.h \
- repository.h \
- zipjob.h \
- utils.h \
- errors.h \
- component.h \
- componentmodel.h \
- qinstallerglobal.h \
- qtpatch.h \
- persistentsettings.h \
- projectexplorer_export.h \
- qtpatchoperation.h \
- setpathonqtcoreoperation.h \
- setdemospathonqtoperation.h \
- setexamplespathonqtoperation.h \
- setpluginpathonqtcoreoperation.h \
- setimportspathonqtcoreoperation.h \
- replaceoperation.h \
- linereplaceoperation.h \
- registerdocumentationoperation.h \
- registerqtoperation.h \
- registertoolchainoperation.h \
- registerqtv2operation.h \
- registerqtv23operation.h \
- setqtcreatorvalueoperation.h \
- addqtcreatorarrayvalueoperation.h \
- copydirectoryoperation.h \
- simplemovefileoperation.h \
- extractarchiveoperation.h \
- extractarchiveoperation_p.h \
- globalsettingsoperation.h \
- createshortcutoperation.h \
- createdesktopentryoperation.h \
- registerfiletypeoperation.h \
- environmentvariablesoperation.h \
- installiconsoperation.h \
- selfrestartoperation.h \
- settings.h \
- getrepositorymetainfojob.h \
- downloadarchivesjob.h \
- init.h \
- updater.h \
- operationrunner.h \
- updatesettings.h \
- adminauthorization.h \
- fsengineclient.h \
- fsengineserver.h \
- elevatedexecuteoperation.h \
- fakestopprocessforupdateoperation.h \
- lazyplaintextedit.h \
- progresscoordinator.h \
- minimumprogressoperation.h \
- performinstallationform.h \
- messageboxhandler.h \
- getrepositoriesmetainfojob.h \
- licenseoperation.h \
- component_p.h \
- qtcreator_constants.h \
- qtcreatorpersistentsettings.h \
- registerdefaultdebuggeroperation.h \
- updatecreatorsettingsfrom21to22operation.h \
- qprocesswrapper.h \
- qsettingswrapper.h \
- constants.h \
- packagemanagerproxyfactory.h \
- createlocalrepositoryoperation.h
-
-SOURCES += packagemanagercore.cpp \
- packagemanagercore_p.cpp \
- packagemanagergui.cpp \
- binaryformat.cpp \
- binaryformatengine.cpp \
- binaryformatenginehandler.cpp \
- repository.cpp \
- zipjob.cpp \
- fileutils.cpp \
- utils.cpp \
- component.cpp \
- componentmodel.cpp \
- qtpatch.cpp \
- persistentsettings.cpp \
- qtpatchoperation.cpp \
- setpathonqtcoreoperation.cpp \
- setdemospathonqtoperation.cpp \
- setexamplespathonqtoperation.cpp \
- setpluginpathonqtcoreoperation.cpp \
- setimportspathonqtcoreoperation.cpp \
- replaceoperation.cpp \
- linereplaceoperation.cpp \
- registerdocumentationoperation.cpp \
- registerqtoperation.cpp \
- registertoolchainoperation.cpp \
- registerqtv2operation.cpp \
- registerqtv23operation.cpp \
- setqtcreatorvalueoperation.cpp \
- addqtcreatorarrayvalueoperation.cpp \
- copydirectoryoperation.cpp \
- simplemovefileoperation.cpp \
- extractarchiveoperation.cpp \
- globalsettingsoperation.cpp \
- createshortcutoperation.cpp \
- createdesktopentryoperation.cpp \
- registerfiletypeoperation.cpp \
- environmentvariablesoperation.cpp \
- installiconsoperation.cpp \
- selfrestartoperation.cpp \
- getrepositorymetainfojob.cpp \
- downloadarchivesjob.cpp \
- init.cpp \
- updater.cpp \
- operationrunner.cpp \
- updatesettings.cpp \
- adminauthorization.cpp \
- fsengineclient.cpp \
- fsengineserver.cpp \
- elevatedexecuteoperation.cpp \
- fakestopprocessforupdateoperation.cpp \
- lazyplaintextedit.cpp \
- progresscoordinator.cpp \
- minimumprogressoperation.cpp \
- performinstallationform.cpp \
- messageboxhandler.cpp \
- getrepositoriesmetainfojob.cpp \
- licenseoperation.cpp \
- component_p.cpp \
- qtcreatorpersistentsettings.cpp \
- registerdefaultdebuggeroperation.cpp \
- updatecreatorsettingsfrom21to22operation.cpp \
- qprocesswrapper.cpp \
- templates.cpp \
- qsettingswrapper.cpp \
- settings.cpp \
- packagemanagerproxyfactory.cpp \
- createlocalrepositoryoperation.cpp
-
-macx {
- HEADERS += macrelocateqt.h \
- macreplaceinstallnamesoperation.h
- SOURCES += macrelocateqt.cpp \
- macreplaceinstallnamesoperation.cpp
-}
-
-win32:SOURCES += adminauthorization_win.cpp
-macx:SOURCES += adminauthorization_mac.cpp
-unix:!macx: SOURCES += adminauthorization_x11.cpp
-
-# Needed by createshortcutoperation
-win32:LIBS += -lole32
-
-# Needed by 7zip
-win32:LIBS += -loleaut32 -lUser32
-
-# Needed by kdtools (in kdlog_win.cpp):
-win32:LIBS += advapi32.lib psapi.lib
-macx:LIBS += -framework Carbon
-
-CONFIG( shared, static|shared ): {
- DEFINES += LIB_INSTALLER_SHARED
- win32: LIBS += -lshell32
-}
-
-macx: LIBS += -framework Security
-
-RESOURCES += resources/patch_file_lists.qrc