Last change
on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
293 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | TARGET = qwebview
|
---|
3 | CONFIG += qt warn_on plugin
|
---|
4 | QT += webkit
|
---|
5 |
|
---|
6 | include(../plugins.pri)
|
---|
7 | build_all:!build_pass {
|
---|
8 | CONFIG -= build_all
|
---|
9 | CONFIG += release
|
---|
10 | }
|
---|
11 |
|
---|
12 | # Input
|
---|
13 | SOURCES += qwebview_plugin.cpp
|
---|
14 | HEADERS += qwebview_plugin.h
|
---|
15 | RESOURCES += qwebview_plugin.qrc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.