Added test suit
[mdictionary] / trunk / tests / mDictionaryTests / mDictionaryTests.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-08-03T13:34:36
4 #
5 #-------------------------------------------------
6
7 QT       += testlib core
8
9
10 TARGET = tst_Backbone
11 CONFIG   += console
12 CONFIG   -= app_bundle
13
14 TEMPLATE = app
15
16
17 SOURCES += tst_Backbone.cpp \
18     CommonDictInterfaceMock.cpp \
19     ../../src/base/backbone/backbone.cpp
20 DEFINES += SRCDIR=\\\"$$PWD/\\\"
21
22 HEADERS += \
23     CommonDictInterfaceMock.h \
24     ../../src/base/backbone/backbone.h \
25     ../../src/includes/translation.h \
26     ../../src/includes/settings.h \
27     ../../src/includes/CommonDictInterface.h