Skip to content
Snippets Groups Projects
Commit c92adf5a authored by Kai Koehne's avatar Kai Koehne
Browse files

Revert "QtQuick templates: add QML files to OTHER_FILES"


This reverts commit 67581c5f.

The patch has multiple issues:

Removing and renaming the .qml file will leave the 'other' 
place unaltered. Also, adding new .qml files won't add them
to both places.

Change-Id: I918aa398f9cd183378982fb15562e8fa66d3ede3
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@theqtcompany.com>
parent db344dfb
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Installation path
# target.path =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
# QML_IMPORT_PATH #
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
# QML_IMPORT_PATH #
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
# QML_IMPORT_PATH #
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
# QML_IMPORT_PATH #
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
......
......@@ -6,8 +6,6 @@ SOURCES += main.cpp
RESOURCES += qml.qrc
OTHER_FILES += main.qml MainForm.ui.qml
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment