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

14 lines
306 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 sql
TARGET = ExamplePlugin
2011-03-02 16:57:41 +01:00
SOURCES += testplugin.cpp
HEADERS += testplugin.h
RESOURCES += data.qrc
2011-03-02 16:57:41 +01:00
include(../../plugins.pri)