mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T731, moved QML map in dialog
* initial structure * embedded a QQuickWidget in dialog
This commit is contained in:
committed by
Mat Sutcliffe
parent
cf6d60348e
commit
329b1e8c9a
@@ -1,6 +1,6 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus gui network svg widgets
|
||||
QT += core dbus gui network svg widgets quickwidgets
|
||||
|
||||
TARGET = blackgui
|
||||
TEMPLATE = lib
|
||||
@@ -61,6 +61,7 @@ HEADERS += $$PWD/graphs/*.h
|
||||
SOURCES += $$PWD/graphs/*.cpp
|
||||
|
||||
FORMS += $$PWD/*.ui
|
||||
RESOURCES += qml/qml.qrc
|
||||
|
||||
win32 {
|
||||
HEADERS += $$PWD/win/*.h
|
||||
|
||||
Reference in New Issue
Block a user