mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01: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:
parent
d5c9b40601
commit
23b44cc2ac
2
QupZilla.pro
Normal file
2
QupZilla.pro
Normal file
@ -0,0 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = src
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user