remove dependency on QtGraphicalEffects
This commit is contained in:
parent
a54ebe6f9b
commit
5b2ac995fe
2 changed files with 1 additions and 2 deletions
|
@ -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 += \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue