Working with openFrameworks in Qt-Creator

How can I use OF in Qt Creator? I actually, how should I put together a library and add it to my .pro file and that’s it.

+3
source share
4 answers

I successfully ported an open framework project while creating simple Makefile projects.

You can add the include directory to the file projectName.includesto automatically complete and navigate the files (just do it with the shell command findagainst OF_PATH/libs), and this is very convenient.

config.make addons.make , , // gcc (-I ).

, QtCreator .pro/.pri makefile ( linux, mac/osx), , arch .

++ 11 ( ).

. .

+2

github: https://github.com/procedural/ofqmake qmake (.pro), openFrameworks qtcreator qmake include file (.pri), oF .

, . openFrameworks.pri .pro , include(openFrameworks.pri).

+2

Qt Qt-Complex. , , .

+1

, OF9.0, QT Creator ( IDE!).
. : http://openframeworks.cc/setup/qtcreator/

0

All Articles