qtmeetings sources to Maemo garage
[qtmeetings] / tests / Domain / Room / TestRoomOnly.pro
1  QT += testlib
2  TEMPLATE = app
3  CONFIG += qtestlib
4  INCLUDEPATH += ../../../src/Domain/
5  HEADERS += ../../../src/Domain/Room.h \
6      TestRoom.h
7  SOURCES += ../../../src/Domain/Room.cpp \
8      TestRoom.cpp \
9      TestRoomOnly.cpp
10