aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin/plugin.pri
blob: 49387277913f31844577ae53020c2b52ffbb96fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
QT += qml quick
CONFIG += c++11

SOURCES += \
    $$PWD/analytics.cpp \
    $$PWD/configutil.cpp \
    $$PWD/context.cpp \
    $$PWD/googlebuilder.cpp \
    $$PWD/hitbuilder.cpp \
    $$PWD/matomobuilder.cpp

HEADERS += \
    $$PWD/analytics.h \
    $$PWD/configutil.h \
    $$PWD/context.h \
    $$PWD/googlebuilder.h \
    $$PWD/hitbuilder.h \
    $$PWD/matomobuilder.h

INCLUDEPATH = $$PWD