diff --git a/qml/qml.qrc b/qml/qml.qrc index fc4a6d5..0995a25 100644 --- a/qml/qml.qrc +++ b/qml/qml.qrc @@ -1,10 +1,10 @@ - main.qml FadeAnimation.qml - SettingsDialog.qml - ProgressCircle.qml + main.qml ProfilesDialog.qml + ProgressCircle.qml + SettingsDialog.qml SimpleIndicator.qml diff --git a/speedclimbing_stopwatch.pro b/speedclimbing_stopwatch.pro index 40da7d8..922a6b9 100644 --- a/speedclimbing_stopwatch.pro +++ b/speedclimbing_stopwatch.pro @@ -3,7 +3,7 @@ QT += quick sql android { QT += androidextras } -VERSION =0.03 +VERSION = 0.04 CONFIG += c++11 # The following define makes your compiler emit warnings if you use @@ -26,8 +26,9 @@ SOURCES += \ sources/buzzerconn.cpp \ sources/appsettings.cpp -RESOURCES += qml/qml.qrc \ - shared.qrc +RESOURCES += \ + shared.qrc \ + qml/qml.qrc # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH =