Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9179 - fixes for wps editor

Attached to Project: Rockbox
Opened by Dominik Riebeling (bluebrother) - Wednesday, 09 July 2008, 21:15 GMT+1
Last edited by Dominik Riebeling (bluebrother) - Friday, 25 July 2008, 22:54 GMT+1
Task Type Patches
Category WPS
Status Closed
Assigned To No-one
Player type Another
Severity Low
Priority Normal
Reported Version current build
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

the build system of the upcoming wps editor is really broken:
- paths need to get written using / as separator, not \
- filename case is important

Also, making a library in a subfolder and not making qmake picking it up automatically doesn't seem like a good idea to me.

The attached patch fixes the issues mentioned in the first paragraph. You need to rename gui/src/QPropertyEditor to this casing manually.
This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Friday, 25 July 2008, 22:54 GMT+1
Reason for closing:  Accepted
Additional comments about closing:  student committed the latest diff (but unfortunately didn't notify about it)
Comment by Dominik Riebeling (bluebrother) - Wednesday, 09 July 2008, 21:16 GMT+1
something went wrong with the attachment. 2nd try ...
Comment by Dominik Riebeling (bluebrother) - Thursday, 10 July 2008, 19:51 GMT+1
this diff makes it possible building the library on linux and windows by calling "make shared". It also fixes the issues addressed with yesterdays diff.

Loading...