mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
b6615f409f
- edited plugins system - proper plugin loading / unloading - edited plugins interface
19 lines
435 B
Prolog
19 lines
435 B
Prolog
QT += core gui webkit sql network script
|
|
unix: QT += dbus
|
|
|
|
TARGET = qupzilla
|
|
TEMPLATE = app
|
|
LIBS += -L../bin -lqupzilla
|
|
|
|
include(../install.pri)
|
|
include(../defines.pri)
|
|
include(../translations.pri)
|
|
include(../src/3rdparty/qtsingleapplication.pri)
|
|
|
|
INCLUDEPATH += ../src/app
|
|
SOURCES = ../src/main.cpp
|
|
|
|
unix:contains(DEFINES, "NO_SYSTEM_DATAPATH"): QMAKE_RPATHDIR += $$PWD/../bin
|
|
|
|
message(========== Building qupzilla binary ==========)
|