1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/QupZilla.pro
nowrep 786d6f4029 Edited building system to support linking plugins.
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00

12 lines
157 B
Prolog

lessThan(QT_VERSION, 4.7) {
error("QupZilla requires at least Qt 4.7!")
}
TEMPLATE = subdirs
build_plugins {
SUBDIRS + = plugins
}
SUBDIRS += src