some fixes

This commit is contained in:
Dorian Zedler 2018-08-12 21:05:59 +02:00
parent 405f877daa
commit a3ff0cf7d6
2 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>FadeAnimation.qml</file>
<file>SettingsDialog.qml</file>
<file>ProgressCircle.qml</file>
<file>main.qml</file>
<file>ProfilesDialog.qml</file>
<file>ProgressCircle.qml</file>
<file>SettingsDialog.qml</file>
<file>SimpleIndicator.qml</file>
</qresource>
</RCC>

View file

@ -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 =