You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
376 B
20 lines
376 B
8 years ago
|
equals(WITH_WEBKIT,1) {
|
||
|
include(../plugins_common.pri)
|
||
|
|
||
|
HEADERS += itemweb.h
|
||
|
SOURCES += itemweb.cpp
|
||
|
FORMS += itemwebsettings.ui
|
||
|
TARGET = $$qtLibraryTarget(itemweb)
|
||
|
|
||
|
lessThan(QT_MAJOR_VERSION, 5) {
|
||
|
QT += webkit
|
||
|
}
|
||
|
!lessThan(QT_MAJOR_VERSION, 5) {
|
||
|
QT += webkitwidgets
|
||
|
}
|
||
|
}
|
||
|
!equals(WITH_WEBKIT,1) {
|
||
|
TEMPLATE = subdirs
|
||
|
}
|
||
|
|