Opened 17 years ago

Closed 17 years ago

#2929 closed defect (fixed)

Modify settings.pro in mythplugins to satisfy kde

Reported by: wilhelm.eger@… Owned by: paulh
Priority: trivial Milestone: unknown
Component: mytharchive Version: 0.20
Severity: low Keywords:
Cc: Ticket locked: no

Description

Thus I have kde 3.5 and not 3.3 I have to edit settings.pro in mythplugins every time I downloaded a fresh svn version. This settings.pro uses $KDEDIR to get the right headers and libs.

Attachments (2)

settings.pro (1.7 KB) - added by wilhelm.eger@… 17 years ago.
settings.pro for mythplugins
settings_pro.diff (451 bytes) - added by skamithi 17 years ago.
user didn't provide a valid patch file..here it is.

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by wilhelm.eger@…

Attachment: settings.pro added

settings.pro for mythplugins

Changed 17 years ago by skamithi

Attachment: settings_pro.diff added

user didn't provide a valid patch file..here it is.

comment:1 Changed 17 years ago by paulh

Where is this $KDEDIR variable set? It's not set to anything on my kde 3.3 install. I do have a $KDEDIRS environment variable but that is set to /usr.

comment:2 Changed 17 years ago by anonymous

I'm running gentoo and export gives me this:

declare -x KDEDIR="/usr/kde/3.5" declare -x KDEDIRS="/usr/kde/3.5:/usr:/usr/local"

comment:3 Changed 17 years ago by paulh

Resolution: fixed
Status: newclosed

(In [12584]) If $KDEDIR is set use that to find KDE's includes and libs. Closes #2929.

Note: See TracTickets for help on using tickets.