1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/QupZilla.pro
nowrep b6615f409f Edited build config to build libqupzilla and link to it afterwards.
- edited plugins system - proper plugin loading / unloading
- edited plugins interface
2012-02-19 16:01:51 +01:00

17 lines
369 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
SUBDIRS = src main
build_plugins: SUBDIRS += plugins
CONFIG += ordered