summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdk.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/sdk.pro')
-rw-r--r--src/sdk/sdk.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro
index 677f187a7..ac84dd66e 100644
--- a/src/sdk/sdk.pro
+++ b/src/sdk/sdk.pro
@@ -4,6 +4,11 @@ TARGET = installerbase
include(../../installerfw.pri)
+!isEmpty(SQUISH_PATH) {
+ DEFINES += ENABLE_SQUISH
+ include($$SQUISH_PATH/qtbuiltinhook.pri)
+}
+
QT += network qml xml widgets
# add the minimal plugin in static build to be able to start the installer headless with:
# installer-binary --platform minimal