qtmeetings sources to Maemo garage
[qtmeetings] / tests / BusinessLogic / Utils / ErrorMapper / TestErrorMapperOnly.pro
1 QT += testlib
2 QT += xml
3 TEMPLATE = app
4 CONFIG += qtestlib
5 RESOURCES = ../../../../resources/BusinessLogic.qrc
6 INCLUDEPATH += ../../../../src/BusinessLogic/Utils/
7 HEADERS += ../../../../src/BusinessLogic/Utils/ErrorMapper.h \
8     TestErrorMapper.h
9 SOURCES += ../../../../src/BusinessLogic/Utils/ErrorMapper.cpp \
10     TestErrorMapper.cpp \
11     TestErrorMapperOnly.cpp