aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlprofiler/qmlprofiler.pro')
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
index e38ba928e2..84e298fe9b 100644
--- a/tools/qmlprofiler/qmlprofiler.pro
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -1,10 +1,9 @@
-QT = qml qml-private network core-private packetprotocol-private
+QT = qml-private network core qmldebug-private
CONFIG += no_import_scan
SOURCES += main.cpp \
qmlprofilerapplication.cpp \
commandlistener.cpp \
- qqmldebugclient.cpp \
qmlprofilerdata.cpp \
qmlprofilerclient.cpp
@@ -14,7 +13,6 @@ HEADERS += \
constants.h \
qmlprofilerdata.h \
qmlprofilerclient.h \
- qmlprofilereventlocation.h \
- qqmldebugclient.h
+ qmlprofilereventlocation.h
load(qt_tool)