Skip to content

Commit

Permalink
Miaou345
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos-Sotiropoulos committed Dec 11, 2015
1 parent 369dd93 commit ec1d677
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ cd QtKnobs
qmake && make && make install
#+END_SRC
*Note that you may need to specify the complete path to qmake 5.5, if your system has a previous version.*
For example /home/kostis/Qt_openSource/5.5/gcc_64/bin.
For example:
#+BEGIN_SRC bash
/home/kostis/Qt_openSource/5.5/gcc_64/bin/qmake && make && make install
#+END_SRC
The compiled plugin (libqtknobsplugin.so on .nix systems) would be in directory imports/QtKnobs with file qmldir.


Expand Down

0 comments on commit ec1d677

Please sign in to comment.