aboutsummaryrefslogtreecommitdiffstats
path: root/src/geniviextras/geniviextras.pro
blob: 8bc10d9676a98e85b5aff73a2f1035da62be60de (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
26
27
28
29
30
31
32
33
34
35
36
TARGET = QtGeniviExtras

QT = core
CONFIG += c++11

CONFIG += link_pkgconfig

build_online_docs: {
    QMAKE_DOCS = $$PWD/doc/online/qtgeniviextras.qdocconf
} else {
    QMAKE_DOCS = $$PWD/doc/qtgeniviextras.qdocconf
}

DISTFILES += \
    $$PWD/doc/*.qdocconf \
    $$PWD/doc/online/*.qdocconf \
    $$PWD/doc/src/*.qdoc \
    $$PWD/doc/src/ivigenerator/*.qdoc \
    $$PWD/doc/images/*.jpg \
    $$PWD/doc/images/*.png

QMAKE_USE += dlt

CMAKE_MODULE_TESTS = '-'

HEADERS += \
    qdlt.h \
    qdltregistration.h \
    qdltregistration_p.h \
    qgeniviextrasglobal.h \
    qgeniviextrasglobal_p.h \

SOURCES += \
    qdltregistration.cpp \

load(qt_module)