some fixes
This commit is contained in:
parent
5b1ccb5e50
commit
095ef4a73e
2 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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 =
|
||||
|
|
Reference in a new issue