summaryrefslogtreecommitdiffstats
path: root/src/lib/lib.pro
blob: 4526ff575f4e72ef249a4de0feb8dfbac3823f93 (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
TARGET = QtOtaUpdate
QT = core

MODULE = qtotaupdate
load(qt_module)

CONFIG -= create_cmake

INCLUDEPATH += \
    $$[QT_SYSROOT]/usr/include/ostree-1/ \
    $$[QT_SYSROOT]/usr/include/glib-2.0/ \
    $$[QT_SYSROOT]/usr/lib/glib-2.0/include

LIBS += -lostree-1 -lgio-2.0 -lglib-2.0 -lgobject-2.0

HEADERS += \
    qotaclient.h \
    qotaclientasync_p.h \
    qotaclient_p.h \
    qotarepositoryconfig.h \
    qotarepositoryconfig_p.h

SOURCES += \
    qotaclient.cpp \
    qotaclientasync.cpp \
    qotarepositoryconfig.cpp