Libfreespace in Qt

42 views
Skip to first unread message

Maria Magica

unread,
Jun 19, 2015, 6:37:33 AM6/19/15
to libfre...@googlegroups.com
Hello everyone.

Do you know how I can make the examples running in Qt? Or if someone knows how to import the libfreespace library in Qt.

Thanks in advance

Merrill

unread,
Jul 7, 2015, 2:42:31 PM7/7/15
to libfre...@googlegroups.com, magic...@gmail.com
Sorry, I have not used libfreespace in Qt.  If you're able to get it working please post here.

Nina Rudigkeit

unread,
Apr 4, 2017, 10:58:21 AM4/4/17
to libfreespace
I didn't run the examples in Qt, but I imported the libfreespace library. You have to add the library and the include-directory to your .pro file with something like

LIBS += -L$$PWD/../../../../usr/local/lib/ -lfreespace 

INCLUDEPATH += $$PWD/../../../../usr/local/include DEPENDPATH += $$PWD/../../../../usr/local/include (pathes probably needs to be modified according to where you installed the library)

Then you can include the library in your header file with

#include <freespace/freespace.h> #include <freespace/freespace_util.h>

Is that sufficient informatio or do you need a full example?

chrisbe...@gmail.com

unread,
Jun 23, 2017, 8:31:06 AM6/23/17
to libfreespace
Hi Maria,

I made a dll of libfreespace.
Would that help you?

Reply all
Reply to author
Forward
0 new messages