1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00
falkonOfficial/QupZilla.pro
nowrep 7ceed34b05 Added little info about building plugins into BUILDING
+ fixed build issue when building plugins
2012-02-18 19:20:07 +01:00

20 lines
356 B
INI

#-------------------------------------------------
#
# 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
build_plugins {
SUBDIRS += plugins
}
SUBDIRS += src