aboutsummaryrefslogtreecommitdiffstats
path: root/neptuneui.pro
blob: 481f7df737bf37e84c58986c89c7957ae043e15d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS = plugins/datasource \
          plugins/screenmanager \
          plugins/comtqci18ndemo \
          doc

isEmpty(INSTALL_PREFIX) {
    INSTALL_PREFIX=/opt
}

qml.files = apps imports sysui am-config.yaml Main.qml
qml.path = $$INSTALL_PREFIX/neptune
INSTALLS += qml

OTHER_FILES += $$files($$PWD/*.qml, true)