Use unique name for main

Qt Creator get confused if files with same name are present in the same
  project and when clickng on debug info open the same file, renaming
  main to avoid this
This commit is contained in:
Gioacchino Mazzurco 2017-04-17 00:13:21 +02:00
parent 987b5a1cdc
commit a1311c16c8
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>main-app.qml</file>
<file>Locations.qml</file>
<file>jsonpath.js</file>
<file>JSONListModel.qml</file>