1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-15 19:42:10 +01:00
falkonOfficial/plugins/TestPlugin/TestPlugin.pro

23 lines
501 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-02-13T10:23:13
#
#-------------------------------------------------
QT += network webkit sql
TARGET = ExamplePlugin
SOURCES += testplugin.cpp
HEADERS += testplugin.h
RESOURCES += \
testplugin.qrc
TRANSLATIONS += cs_CZ.ts\
sk_SK.ts\
sr_BA.ts\
sr_RS.ts\
de_DE.ts\
el_GR.ts\
id_ID.ts\
include(../../plugins.pri)