remove dependency on QtGraphicalEffects

This commit is contained in:
Dorian Zedler 2021-04-08 16:37:20 +02:00
parent a54ebe6f9b
commit 5b2ac995fe
Signed by: dorian
GPG Key ID: 989DE36109AFA354
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
# target path for raspi
else: unix:!android: target.path = /usr/share/ScStwMonitor
else: unix:!android: target.path = /usr/bin/ScStwMonitor
!isEmpty(target.path): INSTALLS += target
HEADERS += \

View File

@ -19,7 +19,6 @@
import QtQuick 2.9
import QtQuick.Window 2.2
import QtQuick.Controls 2.2
import QtGraphicalEffects 1.0
import Qt.labs.settings 1.0
import QtQuick.Layouts 1.0