mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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)
|
||||
|
|
|
@ -14,7 +14,7 @@ $footer_site = "www.qupzilla.com";
|
|||
//Home Page
|
||||
$actual_version = "Aktuálna verzia";
|
||||
$actual_version_text = "Aktuálna verzia QupZilly je z ". $qupzilla_version_date .
|
||||
"jedná sa o verziu" . $qupzilla_version . ". Zmeny môžete nájsť v changelogu. <br/>Neváhajte a <a href=\"download\">sťahujte</a> ešte dnes!";
|
||||
" jedná sa o verziu " . $qupzilla_version . ". Zmeny môžete nájsť v changelogu. <br/>Neváhajte a <a href=\"download\">sťahujte</a> ešte dnes!";
|
||||
$actual_version_button = "DOWNLOAD";
|
||||
$older_versions = "Changelog";
|
||||
$older_versions_text = "Zaujímá Vás, čo nové se stalo od tejto verzie po túto? <br/><br/>Kompletný <a>changelog</a> všetkých verzií je možné nájsť na githubu!";
|
||||
|
|
Loading…
Reference in New Issue
Block a user