-
Notifications
You must be signed in to change notification settings - Fork 40
/
qsyncable.pri
33 lines (31 loc) · 877 Bytes
/
qsyncable.pri
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
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/qsdiffrunner.h \
$$PWD/qspatch.h \
$$PWD/qspatchable.h \
$$PWD/qslistmodel.h \
$$PWD/qsuuid.h \
$$PWD/priv/qsdiffrunneralgo_p.h \
$$PWD/priv/qstree.h \
$$PWD/priv/qstreenode.h \
$$PWD/qsjsonlistmodel.h \
$$PWD/QSDiffRunner \
$$PWD/QSListModel \
$$PWD/qsyncablefunctions.h \
$$PWD/qsyncableqmlwrapper.h \
$$PWD/priv/qsalgotypes_p.h \
$$PWD/priv/qsimmutablewrapper_p.h \
$$PWD/priv/qsfastdiffrunneralgo_p.h \
$$PWD/qsfastdiffrunner.h
SOURCES += \
$$PWD/qsdiffrunner.cpp \
$$PWD/qspatch.cpp \
$$PWD/qslistmodel.cpp \
$$PWD/qsuuid.cpp \
$$PWD/qsdiffrunneralgo.cpp \
$$PWD/qstree.cpp \
$$PWD/qstreenode.cpp \
$$PWD/qsjsonlistmodel.cpp \
$$PWD/qsyncableqmltypes.cpp \
$$PWD/qsyncablefunctions.cpp \
$$PWD/qsyncableqmlwrapper.cpp