Ticket #2196: mytharchive-libdir.patch
File mytharchive-libdir.patch, 480 bytes (added by , 19 years ago) |
---|
-
mytharchive/mytharchive/mytharchive.pro
12 12 TEMPLATE = lib opengl 13 13 CONFIG += plugin thread 14 14 TARGET = mytharchive 15 target.path = $${ PREFIX}/lib/mythtv/plugins15 target.path = $${LIBDIR}/mythtv/plugins 16 16 INSTALLS += target 17 17 18 18 ###############################################