mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
987b5a1cdc
commit
a1311c16c8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user