where are compiler optiones in KDevelop4?

cgrima cgrima at aisoy.com
Tue Oct 11 12:19:10 BST 2011



I am trying to program a simple application to control de volume with
Alsa API. To do that, I need to use the library "libasound.os". 

If I
compile with command like: 

g++ -lasound main.cpp 

... it works
perfectly. "-lasound" is for linking the libasound.os library. 

The
question is: 

How can I set compiler options (like "-lasound") in
KDevelop4? Or how can I link libraries easily (without using the
CMakeLists.txt)? (for example, like in NetBeans... I click-right on the
project name, and I select "add library") 

Thank you very much for your
time.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20111011/53d480cb/attachment.html>


More information about the KDevelop mailing list