[mythtv] r18977 mythtv link issue
Mark Spieth
mark at digivation.com.au
Thu Nov 6 21:07:28 UTC 2008
>I just had the same problem. I fixed it by changing into the
>libmythlivemedia directory and doing a 'make clean', 'make' and 'make
>install' before trying to compiling everything else.
ahh.
so this is the old problem of the project libdirs come after the system
libdirs.
in programs-libs.pro need to change
LIBS +=
to
QMAKE_LIBDIR *= for the lib paths section
cheers
mark
More information about the mythtv-dev
mailing list