###################################################################### # Automatically generated by qmake (1.07a) Wed Aug 4 11:35:12 2010 ###################################################################### CONFIG += qtestlib QT += core gui network TARGET = GooglePluginTests TEMPLATE = app INCLUDEPATH += . # Input HEADERS += test.h \ ../../src/plugins/google/GooglePlugin.h \ ../../src/include/translation.h \ ../../src/include/settings.h \ ../../src/include/DictDialog.h \ ../../src/include/CommonDictInterface.h \ ../../src/plugins/google/TranslationGoogle.h \ ../../src/plugins/google/GoogleDictDialog.h \ ../../src/plugins/google/GoogleDialog.h SOURCES += test.cpp \ ../../src/plugins/google/GooglePlugin.cpp \ ../../src/plugins/google/TranslationGoogle.cpp \ ../../src/plugins/google/GoogleDictDialog.cpp \ ../../src/plugins/google/GoogleDialog.cpp target.path = . target.commands = ./GooglePluginTests INSTALLS += target check.depends = $$TARGET check.commands = ./$${TARGET} QMAKE_EXTRA_TARGETS += check