Fixed install of qmldir
Proper title of page
This commit is contained in:
parent
92456d99d4
commit
0a1cf2ee74
2 changed files with 7 additions and 9 deletions
|
@ -3,7 +3,7 @@ import QtQuick.Controls 1.1
|
|||
import QtQuick.Window 2.0
|
||||
|
||||
ApplicationWindow {
|
||||
title: qsTr("Hello World")
|
||||
title: qsTr("MagicMirror")
|
||||
width: 1080
|
||||
height: 1920
|
||||
color: "black"
|
||||
|
|
|
@ -4,19 +4,17 @@ TARGET = WeatherData
|
|||
CONFIG += qt plugin
|
||||
QT += core network positioning declarative qml quick
|
||||
|
||||
uri=net.frozentux.weatherinfo
|
||||
|
||||
SOURCES += appmodel.cpp \
|
||||
weatherplugin.cpp
|
||||
|
||||
HEADERS += appmodel.h \
|
||||
weatherplugin.h
|
||||
|
||||
target.path = $$[QT_INSTALL_QML]/net/frozentux/weatherinfo
|
||||
INSTALLS += target
|
||||
uri=net.frozentux.weatherinfo
|
||||
|
||||
|
||||
DISTFILES += \
|
||||
WeatherInfo.qml
|
||||
|
||||
qmldirfile.path = $$[QT_INSTALL_QML]/net/frozentux/weatherinfo
|
||||
qmldirfile.files = qmldir
|
||||
INSTALLS += qmldirfile
|
||||
#PRE_TARGETDEPS += install_qmldirfile
|
||||
RESOURCES += \
|
||||
images.qrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue