blob: 2d644be1226debcca1ea51eacf7414e0b05d76f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
project = NeptuneUI
version = $QT_VERSION
url = http://doc.qt.io/NeptuneUI
sourcedirs += src
imagedirs += src/images
depends += qtquick qtqml applicationmanager
qhp.projects = NeptuneUI
qhp.NeptuneUI.file = neptuneui.qhp
qhp.NeptuneUI.namespace = io.qt.neptuneui.$QT_VERSION_TAG
qhp.NeptuneUI.virtualFolder = neptuneui
qhp.NeptuneUI.indexTitle = Neptune UI
qhp.NeptuneUI.indexRoot =
qhp.NeptuneUI.filterAttributes = NeptuneUI $QT_VERSION
qhp.NeptuneUI.customFilters.NeptuneUI.name = Neptune UI $QT_VERSION
qhp.NeptuneUI.customFilters.NeptuneUI.filterAttributes = NeptuneUI $QT_VERSION
navigation.landingpage = "Neptune UI"
navigation.homepage = "Qt Automotive Suite"
macro.QAS = "Qt Automotive Suite"
|