From 610f2476016f9b0ba8a445f4f69553da3bdba145 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 17 May 2011 10:50:48 +0200 Subject: Move QSettingsWrapper into it's own source files. --- installerbuilder/libinstaller/libinstaller.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'installerbuilder/libinstaller/libinstaller.pro') diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro index a8b458cc5..8920fc1dd 100644 --- a/installerbuilder/libinstaller/libinstaller.pro +++ b/installerbuilder/libinstaller/libinstaller.pro @@ -95,7 +95,8 @@ HEADERS += $$PWD/qinstaller.h \ qtcreatorpersistentsettings.h \ registerdefaultdebuggeroperation.h \ updatecreatorsettingsfrom21to22operation.h \ - qprocesswrapper.h + qprocesswrapper.h \ + qsettingswrapper.h SOURCES += $$PWD/qinstaller.cpp \ $$PWD/qinstaller_p.cpp \ @@ -158,7 +159,8 @@ SOURCES += $$PWD/qinstaller.cpp \ registerdefaultdebuggeroperation.cpp \ updatecreatorsettingsfrom21to22operation.cpp \ qprocesswrapper.cpp \ - templates.cpp + templates.cpp \ + qsettingswrapper.cpp macx { HEADERS += macrelocateqt.h \ -- cgit v1.2.3