Some changes in tests
[mdictionary] / tests / GooglePluginTests / 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 = GooglePluginTests
8 TEMPLATE = app
9 INCLUDEPATH += .
10
11 # Input
12 HEADERS += test.h \
13     ../../src/plugins/google/GooglePlugin.h \
14     ../../src/common/translation.h \
15     ../../src/common/settings.h \
16     ../../src/common/DictDialog.h \
17     ../../src/common/CommonDictInterface.h \
18     ../../src/plugins/google/TranslationGoogle.h \
19     ../../src/plugins/google/GoogleDictDialog.h \
20     ../../src/plugins/google/GoogleSettingsDialog.h
21
22 SOURCES += test.cpp \
23     ../../src/plugins/google/GooglePlugin.cpp \
24     ../../src/plugins/google/TranslationGoogle.cpp \
25     ../../src/plugins/google/GoogleDictDialog.cpp \
26     ../../src/plugins/google/GoogleSettingsDialog.cpp
27
28 target.path = .
29 target.commands = ./GooglePluginTests
30 INSTALLS += target