aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2014-06-27 13:34:42 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-07-23 17:22:41 +0200
commitd10b97563f839b7550b5fc940371dbccea0be237 (patch)
treebe85700d3f02eda5deed751ea922b0418d1d7b63 /tools
parent07bee265d7ee4d0e8874697b488b249d79110298 (diff)
Rename main.cpp to qmljs.cpp.
Finding the one "right" main.cpp (when there are 90 of them) is hard. So give at least this important one a good name. Change-Id: I121f8cbd67bfa9e8ba9ccac384eed45eb46f0b75 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmljs/qmljs.cpp (renamed from tools/qmljs/main.cpp)0
-rw-r--r--tools/qmljs/qmljs.pro2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmljs/main.cpp b/tools/qmljs/qmljs.cpp
index 98bf9ad2c5..98bf9ad2c5 100644
--- a/tools/qmljs/main.cpp
+++ b/tools/qmljs/qmljs.cpp
diff --git a/tools/qmljs/qmljs.pro b/tools/qmljs/qmljs.pro
index bbffb4eb05..43f0ccba71 100644
--- a/tools/qmljs/qmljs.pro
+++ b/tools/qmljs/qmljs.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
QT = qml-private core-private
CONFIG += no_import_scan
-SOURCES = main.cpp
+SOURCES = qmljs.cpp
include($$PWD/../../src/3rdparty/masm/masm-defs.pri)