Comment 14 for bug 1281870

Revision history for this message
abdullahc (sneetsher) wrote : Re: Incorrect page order in dual view with RTL languages

Hello Adam,

After I tried to add "LIBS+=-lcups" , I noticed that nothing was changed in the makefiles.

It turned out that qmake does not re-generate some files (eg: Makefiles.*plugin, ...) if they already exit. Neither "make clean" removes them.

So, I removed all generated files not tracked by bzr:

bzr status | xargs rm -rf {}

Then I started over. It works, without using any additional options. (ie: makefiles were generated previously when there were some missing dependencies)

RTL switch works nicely as supposed to be. Thank you.