1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-14 19:12:11 +01:00
falkonOfficial/src/src.pro

14 lines
280 B
Prolog
Raw Normal View History

QT += core gui webkit sql network script
unix:QT += dbus
2011-03-02 16:57:41 +01:00
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)