This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9179 - fixes for wps editor
Attached to Project:
Rockbox
Opened by Dominik Riebeling (bluebrother) - Wednesday, 09 July 2008, 21:15 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Friday, 25 July 2008, 22:54 GMT+2
Opened by Dominik Riebeling (bluebrother) - Wednesday, 09 July 2008, 21:15 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Friday, 25 July 2008, 22:54 GMT+2
|
Detailsthe 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+2
Reason for closing: Accepted
Additional comments about closing: student committed the latest diff (but unfortunately didn't notify about it)
Friday, 25 July 2008, 22:54 GMT+2
Reason for closing: Accepted
Additional comments about closing: student committed the latest diff (but unfortunately didn't notify about it)
something went wrong with the attachment. 2nd try ...
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.