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. # Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin qnx: target.path = /tmp/$${TARGET}/bin
# target path for raspi # 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 !isEmpty(target.path): INSTALLS += target
HEADERS += \ HEADERS += \

View file

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