diff --git a/QupZilla.pro b/QupZilla.pro new file mode 100644 index 000000000..5cf2d6d56 --- /dev/null +++ b/QupZilla.pro @@ -0,0 +1,2 @@ +TEMPLATE = subdirs +SUBDIRS = src diff --git a/README.md b/README.md index 679f2fa05..8b56cd7cd 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/QupZilla.pro b/src/src.pro similarity index 100% rename from src/QupZilla.pro rename to src/src.pro