mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 19:12:11 +01:00
7ceed34b05
+ fixed build issue when building plugins
14 lines
280 B
Prolog
14 lines
280 B
Prolog
QT += core gui webkit sql network script
|
|
unix:QT += dbus
|
|
TARGET = qupzilla
|
|
TEMPLATE = app
|
|
|
|
include(3rdparty/qtsingleapplication.pri)
|
|
include(src.pri)
|
|
include(../install.pri)
|
|
include(../defines.pri)
|
|
include(../translations.pri)
|
|
|
|
message(Using following defines)
|
|
message($$DEFINES)
|