1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Moved .pro file to root dir. No more need to cd src to start building.

- please update your scripts if you used some
This commit is contained in:
nowrep 2011-12-05 17:27:49 +01:00
parent d5c9b40601
commit 23b44cc2ac
3 changed files with 3 additions and 2 deletions

2
QupZilla.pro Normal file
View File

@ -0,0 +1,2 @@
TEMPLATE = subdirs
SUBDIRS = src

View File

@ -35,11 +35,10 @@ and you have read the BUILDING information.
Then you can start compiling by running this commands:
$ cd src/
$ qmake
$ make
After a successful compilation the executable binary can be found in the \bin directory.
After a successful compilation the executable binary can be found in the bin/ directory.
To install QupZilla, you will have to run this command: (it may be neccessary to run it as root)