aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Vanhauwaert <bart.vanhauwaert@grafitroniks.fr>2016-11-22 21:31:18 +0100
committerBart Vanhauwaert <bart.vanhauwaert@grafitroniks.fr>2016-11-23 11:40:19 +0100
commitc1909528b8ffab51106e05624f4cc179eb7ff57d (patch)
treec64678aa8e363e4f817ba13a58c010f328d7faf5
parentCorrectly deal with removed bool* arguments (diff)
downloadqtscriptgenerator-c1909528b8ffab51106e05624f4cc179eb7ff57d.tar.xz
qtscriptgenerator-c1909528b8ffab51106e05624f4cc179eb7ff57d.zip
Build both debug and release of the bindings
-rw-r--r--qtbindings/qtbindingsbase.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtbindings/qtbindingsbase.pri b/qtbindings/qtbindingsbase.pri
index a5c694e..8d5ee83 100644
--- a/qtbindings/qtbindingsbase.pri
+++ b/qtbindings/qtbindingsbase.pri
@@ -4,6 +4,7 @@ INCLUDEPATH += .
DESTDIR = $$PWD/../plugins/script
QT += script
CONFIG += plugin
+CONFIG += debug_and_release build_all
GENERATEDCPP = $$PWD/../generated_cpp
CONFIG(debug, debug|release):TARGET=$$qtLibraryTarget($$TARGET)d
CONFIG(release, debug|release):TARGET=$$qtLibraryTarget($$TARGET)