qtmeetings sources to Maemo garage
[qtmeetings] / tests / IO / Communication / TestCommunicationOnly.pro
1 QT += testlib xml network
2 TEMPLATE = app
3 CONFIG += qtestlib debug
4 INCLUDEPATH += ../../../src/Domain/ \
5     ../../../src/Domain/Configuration/ \
6     ../../../src/IO/Communication/
7 HEADERS += ../../../src/Domain/Configuration/ConnectionSettings.h \
8     TestCommunication.h \
9     ../../../src/IO/Communication/Communication.h
10 SOURCES += ../../../src/Domain/Configuration/ConnectionSettings.cpp \
11     ../../../src/IO/Communication/Communication.cpp \
12     TestCommunication.cpp \
13     TestCommunicationOnly.cpp