Comment 3 for bug 1290492

Revision history for this message
Victor Thompson (vthompson) wrote :

I made the following change to the music app and it seemed to build the po files:

=== modified file 'po/po.pro'
--- po/po.pro 2013-09-28 06:04:29 +0000
+++ po/po.pro 2014-03-10 23:21:47 +0000
@@ -10,14 +10,14 @@
 PROJECTNAME = $$system(basename ../*.qmlproject)
 PROJECTNAME = $$replace(PROJECTNAME,.qmlproject,)

-DESKTOPFILE = ../$${PROJECTNAME}.desktop
+DESKTOPFILE = ../com.ubuntu.music_music.desktop.in

 SOURCECODE = ../*.qml \
              ../*.js \
              ../common/*.qml

 BUILDDIR = ../.build
-DESKTOPFILETEMP = $${BUILDDIR}/$${PROJECTNAME}.desktop.js
+DESKTOPFILETEMP = $${BUILDDIR}/com.ubuntu.music_music.desktop.in

 message("")
 message(" Project Name: $$PROJECTNAME ")