aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-03-11 18:04:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-27 18:20:26 +0100
commit245352fa45f4913716d23d98fa099097357beff1 (patch)
treeffa4a7c61a801363a10ce1ed3fad3bead14e2e6c /tools/qmleasing
parent62b2600d8a854a45f20f1ff296d15e485cd081a2 (diff)
Build/install the qmleasing tool to bindir
Change-Id: Icc65ecf8ec7e2ef19d4181788706a23b186ead14 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools/qmleasing')
-rw-r--r--tools/qmleasing/qmleasing.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmleasing/qmleasing.pro b/tools/qmleasing/qmleasing.pro
index eadcb304c4..e334faa77a 100644
--- a/tools/qmleasing/qmleasing.pro
+++ b/tools/qmleasing/qmleasing.pro
@@ -1,5 +1,4 @@
QT += qml quick widgets
-CONFIG -= app_bundle
SOURCES += main.cpp \
splineeditor.cpp \
@@ -17,3 +16,5 @@ FORMS += \
properties.ui \
pane.ui \
import.ui
+
+load(qt_app)