some fixes

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

View file

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

View file

@ -3,7 +3,7 @@ QT += quick sql
android { android {
QT += androidextras QT += androidextras
} }
VERSION =0.03 VERSION = 0.04
CONFIG += c++11 CONFIG += c++11
# The following define makes your compiler emit warnings if you use # The following define makes your compiler emit warnings if you use
@ -26,8 +26,9 @@ SOURCES += \
sources/buzzerconn.cpp \ sources/buzzerconn.cpp \
sources/appsettings.cpp sources/appsettings.cpp
RESOURCES += qml/qml.qrc \ RESOURCES += \
shared.qrc shared.qrc \
qml/qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model # Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH = QML_IMPORT_PATH =