aboutsummaryrefslogtreecommitdiffstats
path: root/neptuneui.pro
blob: 397ddc8ad6ab440bb7f6257239481fcae081ac4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include(doc/doc.pri)

TEMPLATE = subdirs

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

isEmpty(INSTALL_PREFIX) {
    INSTALL_PREFIX=/opt
}

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

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