source: trunk/tools/designer/src/plugins/qwebview/qwebview.pro@ 965

Last change on this file since 965 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
13# Input
14SOURCES += qwebview_plugin.cpp
15HEADERS += qwebview_plugin.h
16RESOURCES += qwebview_plugin.qrc
Note: See TracBrowser for help on using the repository browser.