summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro
blob: cbe3ebe27a890cd2f5935e36d2389b67f9907dcb (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         += quick1

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

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