summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/installer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/installer.pro')
-rw-r--r--tests/auto/installer/installer.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/installer/installer.pro b/tests/auto/installer/installer.pro
index 947dc92a2..eb5fa6d2e 100644
--- a/tests/auto/installer/installer.pro
+++ b/tests/auto/installer/installer.pro
@@ -10,7 +10,6 @@ SUBDIRS += \
fakestopprocessforupdateoperation \
messageboxhandler \
extractarchiveoperationtest \
- lib7zarchive \
fileutils \
unicodeexecutable \
scriptengine \
@@ -48,6 +47,10 @@ CONFIG(libarchive) {
SUBDIRS += libarchivearchive
}
+CONFIG(lzmasdk) {
+ SUBDIRS += lib7zarchive
+}
+
win32 {
SUBDIRS += registerfiletypeoperation \
createshortcutoperation