summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2012-11-12 15:46:06 +0100
committerTim Jenssen <tim.jenssen@digia.com>2012-11-16 17:43:59 +0100
commit61726b95c9c83f469d8027bc191223c163cc0a24 (patch)
treea06ea5d0e65b502e412eb4e7a58ec2b35bf5d56d /src/libs/installer/installer.pro
parent33591ba07a0d8b89c154ca8e807db1d058da105f (diff)
refactoring mac relocate operation used by qt patch
- improve the macreplaceinstallnamesoperation - remove unneeded macrelocateqt class and use the more generic macreplaceinstallnamesoperation Change-Id: I9d2c5bc5ea7ed56e09de8b327a9c8f9c02eb4f05 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 92da50551..437fb90a2 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -168,10 +168,9 @@ RESOURCES += resources/patch_file_lists.qrc \
resources/installer.qrc
macx {
- HEADERS += macrelocateqt.h \
+ HEADERS += \
macreplaceinstallnamesoperation.h
SOURCES += adminauthorization_mac.cpp \
- macrelocateqt.cpp \
macreplaceinstallnamesoperation.cpp
}