summaryrefslogtreecommitdiffstats
path: root/src/plugins/qdeclarativeview/qdeclarativeview.pro
blob: 2c8fb918bbdb9d588bd59797b8044c25d5c4f010 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET      = qdeclarativeview
QT         += declarative widgets uiplugin

PLUGIN_TYPE = designer
PLUGIN_CLASS_NAME = QDeclarativeViewPlugin
CONFIG += tool_plugin
load(qt_plugin)

SOURCES += qdeclarativeview_plugin.cpp
HEADERS += qdeclarativeview_plugin.h
OTHER_FILES += qdeclarativeview.json