1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/plugins/TestPlugin/TestPlugin.pro

22 lines
364 B
Prolog
Raw Normal View History

2011-03-02 16:57:41 +01:00
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-13T10:23:13
#
#-------------------------------------------------
QT += network webkit
TEMPLATE = lib
CONFIG += plugin
TARGET = ExamplePlugin
DESTDIR = ../../bin/plugins
2011-03-02 16:57:41 +01:00
SOURCES += testplugin.cpp
HEADERS += testplugin.h
RESOURCES += \
data.qrc