summaryrefslogtreecommitdiffstats
path: root/tools/archivegen/archivegen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/archivegen/archivegen.pro')
-rw-r--r--tools/archivegen/archivegen.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro
index 9e1147d42..fef39ae6f 100644
--- a/tools/archivegen/archivegen.pro
+++ b/tools/archivegen/archivegen.pro
@@ -8,8 +8,9 @@ QT -= gui
QT += qml xml
CONFIG -= import_plugins
-
-LIBS += -l7z
+CONFIG(lzmasdk) {
+ LIBS += -l7z
+}
CONFIG += console
DESTDIR = $$IFW_APP_PATH