2011-03-02 16:57:41 +01:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2011-02-13T10:23:13
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
2012-02-18 14:47:38 +01:00
|
|
|
QT += network webkit sql
|
|
|
|
TARGET = ExamplePlugin
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
SOURCES += testplugin.cpp
|
|
|
|
HEADERS += testplugin.h
|
2012-02-20 15:56:26 +01:00
|
|
|
RESOURCES += \
|
|
|
|
testplugin.qrc
|
|
|
|
|
|
|
|
TRANSLATIONS += cs_CZ.ts\
|
|
|
|
sk_SK.ts\
|
|
|
|
sr_BA.ts\
|
|
|
|
sr_RS.ts\
|
|
|
|
de_DE.ts\
|
|
|
|
el_GR.ts\
|
2012-02-22 19:12:22 +01:00
|
|
|
id_ID.ts\
|
2011-03-02 16:57:41 +01:00
|
|
|
|
2012-02-18 14:47:38 +01:00
|
|
|
include(../../plugins.pri)
|