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 | |
---|
1 | TEMPLATE = lib
|
---|
2 | TARGET = qwebview
|
---|
3 | os2:TARGET_SHORT = qwebv
|
---|
4 | CONFIG += qt warn_on plugin
|
---|
5 | QT += webkit
|
---|
6 |
|
---|
7 | include(../plugins.pri)
|
---|
8 | build_all:!build_pass {
|
---|
9 | CONFIG -= build_all
|
---|
10 | CONFIG += release
|
---|
11 | }
|
---|
12 |
|
---|
13 | # Input
|
---|
14 | SOURCES += qwebview_plugin.cpp
|
---|
15 | HEADERS += qwebview_plugin.h
|
---|
16 | RESOURCES += qwebview_plugin.qrc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.