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.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
deleted file mode 100644
index 28e316b23a..0000000000
--- a/tools/qmlprofiler/qmlprofiler.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-QT = network core qmldebug-private
-CONFIG += no_import_scan
-
-SOURCES += main.cpp \
- qmlprofilerapplication.cpp \
- commandlistener.cpp \
- qmlprofilerdata.cpp \
- qmlprofilerclient.cpp
-
-HEADERS += \
- qmlprofilerapplication.h \
- commandlistener.h \
- constants.h \
- qmlprofilerdata.h \
- qmlprofilerclient.h
-
-QMAKE_TARGET_DESCRIPTION = QML Profiler
-
-load(qt_tool)