aboutsummaryrefslogtreecommitdiffstats
path: root/src/neptune-cluster-app
diff options
context:
space:
mode:
Diffstat (limited to 'src/neptune-cluster-app')
-rw-r--r--src/neptune-cluster-app/apps/com.luxoft.vehicle-ic/panels/Vehicle2DPanel.qml1
-rw-r--r--src/neptune-cluster-app/apps/com.pelagicore.music-ic/stores/MusicStore.qml4
-rw-r--r--src/neptune-cluster-app/main.cpp1
-rw-r--r--src/neptune-cluster-app/neptune-cluster-app.pro2
4 files changed, 3 insertions, 5 deletions
diff --git a/src/neptune-cluster-app/apps/com.luxoft.vehicle-ic/panels/Vehicle2DPanel.qml b/src/neptune-cluster-app/apps/com.luxoft.vehicle-ic/panels/Vehicle2DPanel.qml
index 16c1ea27..d8006155 100644
--- a/src/neptune-cluster-app/apps/com.luxoft.vehicle-ic/panels/Vehicle2DPanel.qml
+++ b/src/neptune-cluster-app/apps/com.luxoft.vehicle-ic/panels/Vehicle2DPanel.qml
@@ -30,7 +30,6 @@
****************************************************************************/
import QtQuick 2.9
-import QtGraphicalEffects 1.12
import shared.animations 1.0
import shared.Sizes 1.0
diff --git a/src/neptune-cluster-app/apps/com.pelagicore.music-ic/stores/MusicStore.qml b/src/neptune-cluster-app/apps/com.pelagicore.music-ic/stores/MusicStore.qml
index 50d0a64f..03b72c18 100644
--- a/src/neptune-cluster-app/apps/com.pelagicore.music-ic/stores/MusicStore.qml
+++ b/src/neptune-cluster-app/apps/com.pelagicore.music-ic/stores/MusicStore.qml
@@ -31,8 +31,8 @@
****************************************************************************/
import QtQuick 2.8
-import QtIvi 1.0
-import QtIvi.Media 1.0
+import QtInterfaceFramework
+import QtInterfaceFramework.Media
import shared.utils 1.0
diff --git a/src/neptune-cluster-app/main.cpp b/src/neptune-cluster-app/main.cpp
index abc64db2..bdbf41e8 100644
--- a/src/neptune-cluster-app/main.cpp
+++ b/src/neptune-cluster-app/main.cpp
@@ -45,7 +45,6 @@
int main(int argc, char *argv[])
{
- QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QCoreApplication::setApplicationName(QStringLiteral("Neptune Cluster"));
QCoreApplication::setOrganizationName(QStringLiteral("Luxoft Sweden AB"));
QCoreApplication::setOrganizationDomain(QStringLiteral("luxoft.com"));
diff --git a/src/neptune-cluster-app/neptune-cluster-app.pro b/src/neptune-cluster-app/neptune-cluster-app.pro
index 154c5fe4..5efe8590 100644
--- a/src/neptune-cluster-app/neptune-cluster-app.pro
+++ b/src/neptune-cluster-app/neptune-cluster-app.pro
@@ -2,7 +2,7 @@ requires(linux|macos) # @todo add win
TEMPLATE = app
TARGET = neptune-cluster-app
-QT *= quick gui core ivicore
+QT *= quick gui core interfaceframework
isEmpty(INSTALL_PREFIX) {
INSTALL_PREFIX=/opt