mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
786d6f4029
- however plugins has to be statically linked
14 lines
306 B
Prolog
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)
|