1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
falkonOfficial/plugins/TestPlugin/TestPlugin.pro
nowrep 786d6f4029 Edited building system to support linking plugins.
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00

14 lines
306 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-02-13T10:23:13
#
#-------------------------------------------------
QT += network webkit sql
TARGET = ExamplePlugin
SOURCES += testplugin.cpp
HEADERS += testplugin.h
RESOURCES += data.qrc
include(../../plugins.pri)