mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Edits in building, should fix building on Mac.
This commit is contained in:
parent
3daffa0300
commit
6833fb9202
@ -10,5 +10,8 @@ lessThan(QT_VERSION, 4.7) {
|
||||
error("QupZilla requires at least Qt 4.7!")
|
||||
}
|
||||
|
||||
# Create plugins directory first on Mac / Linux
|
||||
mac|unix: system(mkdir bin/plugins)
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = src
|
||||
|
@ -3,8 +3,8 @@ unix: QT += dbus
|
||||
|
||||
TARGET = qupzilla
|
||||
TEMPLATE = app
|
||||
!unix: LIBS += -L../../bin -lqupzilla
|
||||
unix: LIBS += ../../bin/libqupzilla.so
|
||||
!unix|mac: LIBS += -L../../bin -lqupzilla
|
||||
!mac:unix: LIBS += ../../bin/libqupzilla.so
|
||||
|
||||
include(../defines.pri)
|
||||
include(../install.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user