summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro
blob: b8abe8741213e7dfc33136fc8ef77603c6a201fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE    = lib
TARGET      = qdeclarativeview
CONFIG     += qt warn_on plugin designer
QT         += declarative

include(../plugins.pri)
build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

SOURCES += qdeclarativeview_plugin.cpp
HEADERS += qdeclarativeview_plugin.h