source: trunk/tools/designer/src/plugins/qdeclarativeview/qdeclarativeview.pro@ 890

Last change on this file since 890 was 890, checked in by Dmitry A. Kuminov, 14 years ago

general: Shortened a bunch of plugin DLL names with TARGET_SHORT.

File size: 316 bytes
Line 
1TEMPLATE = lib
2TARGET = qdeclarativeview
3os2:TARGET_SHORT = qdeclv
4CONFIG += qt warn_on plugin designer
5QT += declarative
6
7include(../plugins.pri)
8build_all:!build_pass {
9 CONFIG -= build_all
10 CONFIG += release
11}
12
13SOURCES += qdeclarativeview_plugin.cpp
14HEADERS += qdeclarativeview_plugin.h
Note: See TracBrowser for help on using the repository browser.