From a3ff0cf7d6b6b10c2efd467276e97a3f4310e935 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 12 Aug 2018 21:05:59 +0200 Subject: [PATCH] some fixes --- qml/qml.qrc | 6 +++--- speedclimbing_stopwatch.pro | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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 =