source: trunk/tools/designer/src/plugins/qwebview/qwebview.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: 318 bytes
Line 
1TEMPLATE = lib
2TARGET = qwebview
3os2:TARGET_SHORT = qwebv
4CONFIG += qt warn_on plugin
5QT += webkit
6
7include(../plugins.pri)
8build_all:!build_pass {
9 CONFIG -= build_all
10 CONFIG += release
11}
12