Re: [sigc] usage of sigc





On Tue, Jul 31, 2012 at 6:56 AM, Mohsen Pahlevanzadeh <mohsen pahlevanzadeh org> wrote:
Dear all,
I compiled sigc and copy libsigc-2.0.la and libsigc-2.0.a to root my
source project.And add following flag to Make file:
-I/opt/libsigc++/include/sigc++-2.0 -I/opt/libsigc++/lib/sigc
++-2.0/include  -L/opt/libsigc++/lib -lsigc-2.0 libsigc-2.0.a
libsigc-2.0.la
and add following header:
#include <sigc++/sigc++.h>


using sigc++ and Qt could be problematic. both libraries use similar terminology. if you want signals+slots and you use Qt, you should probably use Qt's own signals+slots rather than two different approaches in the same program.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]