Deleting notifies after user close it
[mdictionary] / trunk / src / plugins / google / tests / tests.pro
1 ######################################################################
2 # Automatically generated by qmake (1.07a) Wed Aug 4 11:35:12 2010
3 ######################################################################
4
5 CONFIG += qtestlib
6 QT += core gui network
7 TARGET = GooglrPluginTests
8 TEMPLATE = app
9 INCLUDEPATH += .
10
11 # Input
12 HEADERS += test.h \
13     ../src/GooglePlugin.h \
14     ../../../includes/translation.h \
15     ../../../includes/settings.h \
16     ../../../includes/DictDialog.h \
17     ../../../includes/CommonDictInterface.h \
18     ../src/TranslationGoogle.h \
19     ../src/GoogleDictDialog.h \
20     ../src/GoogleSettingsDialog.h
21
22 SOURCES += test.cpp \
23     ../src/GooglePlugin.cpp \
24     ../src/TranslationGoogle.cpp \
25     ../src/GoogleDictDialog.cpp \
26     ../src/GoogleSettingsDialog.cpp
27
28 check.target = check
29 check.commands = ./GooglePluginTests
30 QMAKE_EXTRA_TARGETS += check