aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmltime')
-rw-r--r--tools/qmltime/qmltime.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro
deleted file mode 100644
index 366d90f75b..0000000000
--- a/tools/qmltime/qmltime.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = qmltime
-QT += qml quick
-QT += quick-private
-macx:CONFIG -= app_bundle
-
-CONFIG += qmltypes
-QML_IMPORT_NAME = QmlTime
-QML_IMPORT_VERSION = 1.0
-
-QMAKE_TARGET_DESCRIPTION = QML Time
-
-SOURCES += qmltime.cpp
-HEADERS += qmltime.h
-
-load(qt_tool)