summaryrefslogtreecommitdiffstats
path: root/tools/xmlpatterns/xmlpatterns.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmlpatterns/xmlpatterns.pro')
-rw-r--r--tools/xmlpatterns/xmlpatterns.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xmlpatterns/xmlpatterns.pro b/tools/xmlpatterns/xmlpatterns.pro
index 8cd321c..a5eb8a0 100644
--- a/tools/xmlpatterns/xmlpatterns.pro
+++ b/tools/xmlpatterns/xmlpatterns.pro
@@ -3,6 +3,10 @@ TARGET = xmlpatterns
DESTDIR = ../../bin
QT -= gui
QT += xmlpatterns
+build_all:!build_pass {
+ CONFIG -= build_all
+ CONFIG += release
+}
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target