Hi guys,

I have a small Qt project, with two .ts files. In the CMakeLists.txt I have the line QT4_ADD_TRANSLATION(qmfiles ${TRANSLATIONFILES}). It works perfectly when i run 'cmake . && make' from the source directory, but if I do the same from an other directory, I get an error from make. The problem is that the .qm files are created in the build directory, but make looks for them in the source directory. Is it a bug, or should I modify something?

Thanks in advance for the help

regards
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to