I’m using some Qt functionality (signal/slot) in a static lib which will be linked against a Qt app. The vs-addin doesn’t run against a static lib project (all the Qt options are disabled) – so the moc is never run and the qt_meta functions aren’t generated.
Any ideas?
(vs2012,win7.Qt5, vs-addin 1.2.1)
↧