Skip to content

Commit

Permalink
README: Clarify configuration of Qt Creator
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jan 25, 2018
1 parent 71abc22 commit f36d6c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,16 @@ git clone --recursive https://github.com/LibrePCB/LibrePCB.git && cd LibrePCB
#### Using Qt Creator

Building with [Qt Creator](http://doc.qt.io/qtcreator/) is probably the easiest
way. To keep build time as low as possible make sure to set the correct make
way. Simply open the `librepcb.pro` file.

When opening a project in Qt Creator for the first time, you need to configure
the Desktop kit:

![qtcreator_run](doc/qtcreator_desktopkit.png)

Click on the "Configure Project" button to get started.

Note: To keep build time as low as possible make sure to set the correct make
flags to use all available CPU cores to build. See this [stackoverflow
answer](https://stackoverflow.com/questions/8860712/setting-default-make-options-for-qt-creator).

Expand Down
Binary file added doc/qtcreator_desktopkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f36d6c1

Please sign in to comment.