- 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 -= app_bundle
|
||||
|
@ -39,7 +39,7 @@ QML_DESIGNER_IMPORT_PATH =
|
|||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
# 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
|
||||
|
||||
HEADERS += \
|
||||
|
|
|
@ -31,11 +31,11 @@ import de.itsblue.ScStw.Styling.Components 1.0
|
|||
Window {
|
||||
id: window
|
||||
visible: true
|
||||
width: XscreenWidth / 2
|
||||
height: XscreenHeight / 2
|
||||
width: XscreenWidth
|
||||
height: XscreenHeight
|
||||
title: qsTr("ScStwMonitor")
|
||||
|
||||
//visibility: Window.FullScreen
|
||||
visibility: Window.FullScreen
|
||||
|
||||
Page {
|
||||
id: app
|
||||
|
@ -64,7 +64,7 @@ Window {
|
|||
|
||||
Settings {
|
||||
id: appSettings
|
||||
property string baseStationIp: "192.168.4.1"
|
||||
property string baseStationIp: "127.0.0.1"
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
|
|
Reference in a new issue