c++ - Qt5 undefined reference to `QDeclarativeDebuggingEnabler::QDeclarativeDebuggingEnabler()' -


suddenly had problem...

classitem.o: in function `__static_initialization_and_destruction_0': /../../qt/5.4/gcc_64/include/qtdeclarative/qdeclarativedebug.h:50: undefined reference `qdeclarativedebuggingenabler::qdeclarativedebuggingenabler()' collect2: error: ld returned 1 exit status make: *** [medjournal] error 1 09:29:05: process "/usr/bin/make" exited code 2. 

went far stripping qobject class object, still got same error.

it turns out reason line causing trouble:

#include <qtdeclarative/qdeclarativeview> 

Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -