mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
16 lines
346 B
Prolog
16 lines
346 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# QupZilla - QtWebKit browser
|
|
#
|
|
# Project created by QtCreator 2010-12-18T14:53:41
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
lessThan(QT_VERSION, 4.7) {
|
|
error("QupZilla requires at least Qt 4.7!")
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = src
|
|
build_plugins: SUBDIRS += plugins
|