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

DESTDIR = $$QT.designer.plugins/designer
contains(TEMPLATE, ".*lib"):TARGET = $$qtLibraryTarget($$TARGET)
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target

build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

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