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

21 lines
376 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 = lib
2011-03-02 16:57:41 +01:00
include(3rdparty/qtsingleapplication.pri)
include(src.pri)
include(../defines.pri)
SOURCES -= main.cpp
!mac:unix {
target.path = $$library_folder
INSTALLS += target
}
message(========== Building libqupzilla ==========)
message( Using following defines:)
message($$DEFINES)