diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c36ba96 Binary files /dev/null and b/.DS_Store differ diff --git a/graphics/speedclimbing_stopwatch.xcf b/graphics/speedclimbing_stopwatch.xcf index 05905aa..f92c268 100644 Binary files a/graphics/speedclimbing_stopwatch.xcf and b/graphics/speedclimbing_stopwatch.xcf differ diff --git a/graphics/speedclimbing_stopwatch_ios.png b/graphics/speedclimbing_stopwatch_ios.png new file mode 100644 index 0000000..d429782 Binary files /dev/null and b/graphics/speedclimbing_stopwatch_ios.png differ diff --git a/main.cpp b/main.cpp index 472f55d..9a9039d 100644 --- a/main.cpp +++ b/main.cpp @@ -6,8 +6,9 @@ #include #include #include -#include - +#ifdef Q_OS_ANDROID + #include +#endif #include "sqlstoragemodel.h" #include "sqlprofilemodel.h" diff --git a/main.qml b/main.qml index 4d7ed95..39d2886 100644 --- a/main.qml +++ b/main.qml @@ -2,7 +2,7 @@ import QtQuick 2.9 import QtMultimedia 5.8 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 -import QtQuick.Layouts 1.11 +//import QtQuick.Layouts 1.11 import com.itsblue.speedclimbingstopwatch 1.0 diff --git a/speedclimbing_stopwatch.pro b/speedclimbing_stopwatch.pro index 0b850f3..c9c7946 100644 --- a/speedclimbing_stopwatch.pro +++ b/speedclimbing_stopwatch.pro @@ -1,4 +1,4 @@ -QT += quick sql androidextras +QT += quick sql CONFIG += c++11 # The following define makes your compiler emit warnings if you use @@ -42,6 +42,7 @@ DISTFILES += \ android { ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources + Qt += androidextras } HEADERS += \