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

Updated file references in BUILDING

This commit is contained in:
Jonathan Hooverman 2012-02-26 12:12:38 +01:00
parent 6f2bee60e8
commit dc672fcb28

View File

@ -12,7 +12,7 @@ General
Path section.
You may want to build QupZilla with debugging symbols (for generating
backtrace of crash) as easily as adding one line to src/src.pro:
backtrace of crash) as easily as adding one line to src/defines.pri:
CONFIG += debug
@ -53,7 +53,7 @@ FreeBSD
Available Defines
----------------------------------------------------------------------------------
You can set define directly in project file (src/src.pro)
You can set define directly in file (src/defines.pri)
or set environment variable by
$ export NAME="value"