last change before margr with master
[mdictionary] / tests / mDictionaryTests / mDictionaryTests.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-08-03T13:34:36
3 # -------------------------------------------------
4 QT += testlib \
5     core \
6     sql
7
8 TARGET = mDictionaryTests
9
10 CONFIG += console
11
12 CONFIG -= app_bundle
13
14 TEMPLATE = app
15
16 SOURCES += tst_Backbone.cpp \
17     ../../src/mdictionary/backbone/backbone.cpp \
18     ../../src/mdictionary/backbone/History.cpp \
19     ../../src/mdictionary/backbone/Bookmarks.cpp \
20     ../../src/mdictionary/backbone/ConfigGenerator.cpp
21 DEFINES += SRCDIR=\\\"$$PWD/\\\"
22 HEADERS += CommonDictInterfaceMock.h \
23     ../../src/mdictionary/backbone/backbone.h \
24     ../../src/include/translation.h \
25     ../../src/include/settings.h \
26     ../../src/include/CommonDictInterface.h \
27     ../../src/include/History.h \
28     TranslationMock.h \
29     ../../src/mdictionary/backbone/BookmarkTranslations.h \
30     ../../src/mdictionary/backbone/Bookmarks.h \
31     ../../src/mdictionary/backbone/ConfigGenerator.h
32
33
34 target.path = .
35 target.commands += ./mDictionaryTests
36 INSTALLS += target
37
38
39 check.depends = $$TARGET
40 check.commands = ./$${TARGET}
41 QMAKE_EXTRA_TARGETS += check