- removed widgets import
- changed deployment path
This commit is contained in:
parent
da1a01ad77
commit
bc8592d9f1
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
QT += quick widgets multimedia
|
QT += quick multimedia
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
@ -39,7 +39,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 = /home/pi/$${TARGET}/bin
|
else: unix:!android: target.path = /usr/share/ScStwMonitor
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
|
|
|
@ -31,11 +31,11 @@ import de.itsblue.ScStw.Styling.Components 1.0
|
||||||
Window {
|
Window {
|
||||||
id: window
|
id: window
|
||||||
visible: true
|
visible: true
|
||||||
width: XscreenWidth / 2
|
width: XscreenWidth
|
||||||
height: XscreenHeight / 2
|
height: XscreenHeight
|
||||||
title: qsTr("ScStwMonitor")
|
title: qsTr("ScStwMonitor")
|
||||||
|
|
||||||
//visibility: Window.FullScreen
|
visibility: Window.FullScreen
|
||||||
|
|
||||||
Page {
|
Page {
|
||||||
id: app
|
id: app
|
||||||
|
@ -64,7 +64,7 @@ Window {
|
||||||
|
|
||||||
Settings {
|
Settings {
|
||||||
id: appSettings
|
id: appSettings
|
||||||
property string baseStationIp: "192.168.4.1"
|
property string baseStationIp: "127.0.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
|
|
Reference in a new issue