mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 11:02:19 +01:00
16 lines
281 B
Prolog
16 lines
281 B
Prolog
|
include(../../src/3rdparty/qtsingleapplication.pri)
|
||
|
include(../../defines.pri)
|
||
|
include(../../src/src.pri)
|
||
|
|
||
|
QT += core gui webkit sql network script
|
||
|
unix:QT += dbus
|
||
|
|
||
|
TARGET = qupzilla
|
||
|
TEMPLATE = lib
|
||
|
CONFIG -= shared
|
||
|
CONFIG += static
|
||
|
|
||
|
DESTDIR = $$PWD
|
||
|
RESOURCES =
|
||
|
win32|os2:RC_FILE =
|