FlashMQTests.pro
1.05 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
QT += testlib
QT -= gui
QT += network
QT += qmqtt
DEFINES += TESTING
INCLUDEPATH += ..
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_maintests.cpp \
../cirbuf.cpp \
../client.cpp \
../exceptions.cpp \
../mainapp.cpp \
../mqttpacket.cpp \
../retainedmessage.cpp \
../rwlockguard.cpp \
../subscriptionstore.cpp \
../threaddata.cpp \
../types.cpp \
../utils.cpp \
../logger.cpp \
../authplugin.cpp \
../session.cpp \
../configfileparser.cpp \
mainappthread.cpp \
twoclienttestcontext.cpp
HEADERS += \
../cirbuf.h \
../client.h \
../exceptions.h \
../forward_declarations.h \
../mainapp.h \
../mqttpacket.h \
../retainedmessage.h \
../rwlockguard.h \
../subscriptionstore.h \
../threaddata.h \
../types.h \
../utils.h \
../logger.h \
../authplugin.h \
../session.h \
../configfileparser.h \
mainappthread.h \
twoclienttestcontext.h
LIBS += -ldl
QMAKE_LFLAGS += -rdynamic