summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-05 12:26:06 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-16 10:52:00 +0000
commit5b6d89dd95851b2e8586017051a505e034d421dd (patch)
treeb3820ac6dac09eff9a2455581fce59f674b27bed /src/plugins/qmlprofiler/qmlprofiler.pro
parent83e128ec79532684a5c16aea462ef1499e396183 (diff)
downloadqt-creator-5b6d89dd95851b2e8586017051a505e034d421dd.tar.gz
QmlProfiler: use QQuickWidget instead of window container
Using QQuickWidget removes the need for some work-arounds. Task-number: QTCREATORBUG-11822 Change-Id: I1e344f0a9c11b4aa8601e8e1056602d855fb3f4d Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.pro')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.pro b/src/plugins/qmlprofiler/qmlprofiler.pro
index 880b4bae47..89904cfb45 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.pro
+++ b/src/plugins/qmlprofiler/qmlprofiler.pro
@@ -1,6 +1,6 @@
DEFINES += QMLPROFILER_LIBRARY
-QT += network qml quick
+QT += network qml quick quickwidgets
include(../../qtcreatorplugin.pri)