1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +01:00

Edits in building, should fix building on Mac.

This commit is contained in:
nowrep 2012-03-20 17:05:57 +01:00
parent 3daffa0300
commit 6833fb9202
3 changed files with 6 additions and 3 deletions

View File

@ -10,5 +10,8 @@ lessThan(QT_VERSION, 4.7) {
error("QupZilla requires at least Qt 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 TEMPLATE = subdirs
SUBDIRS = src SUBDIRS = src

View File

@ -3,8 +3,8 @@ unix: QT += dbus
TARGET = qupzilla TARGET = qupzilla
TEMPLATE = app TEMPLATE = app
!unix: LIBS += -L../../bin -lqupzilla !unix|mac: LIBS += -L../../bin -lqupzilla
unix: LIBS += ../../bin/libqupzilla.so !mac:unix: LIBS += ../../bin/libqupzilla.so
include(../defines.pri) include(../defines.pri)
include(../install.pri) include(../install.pri)

View File

@ -14,7 +14,7 @@ $footer_site = "www.qupzilla.com";
//Home Page //Home Page
$actual_version = "Aktuálna verzia"; $actual_version = "Aktuálna verzia";
$actual_version_text = "Aktuálna verzia QupZilly je z ". $qupzilla_version_date . $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"; $actual_version_button = "DOWNLOAD";
$older_versions = "Changelog"; $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!"; $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!";