Hi,
You can set the LD_LIBRARY_PATH environment variable before starting your application. Otherwise, if memory serves well, you need to configure the rpath when building your application. See QMAKE_RPATHDIR.
@oblivioncth said in Help with Autotest for Gerrit submission:
So I should just add the cases locally, ensure they test correctly, and then commit --amend & push the changed test file as part of the rest of my submission?
That's correct yes.
If you are using Linux/Mac, you may use the "grep" command.
e.g
$ grep -rn "class.*NumberAnimation" *
quick/util/qquickanimation_p.h:321:class Q_QUICK_PRIVATE_EXPORT QQuickNumberAnimation : public QQuickPropertyAnimation
quick/util/qquicksmoothedanimation_p.h:46:class Q_AUTOTEST_EXPORT QQuickSmoothedAnimation : public QQuickNumberAnimation
quick/util/qquickspringanimation_p.h:45:class Q_AUTOTEST_EXPORT QQuickSpringAnimation : public QQuickNumberAnimation