Reviewing merge request #5: Fix linkage of the tests

Without this, I get

g++ [...] -o tst_qml3d tst_qml3d.o [...] -lQtTest -lQtDeclarative \
-lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lpthread
[...]/libQtDeclarative.so: undefined reference to
`QScriptDeclarativeClass::startsWithUpper(void* const&)'
collect2: ld returned 1 exit status

when trying to build Qt3D

Commits that would be merged:

Version 1
  • Version 1
Showing 535a374-05626ce

Comments

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository