PDA

View Full Version : Can't Compile Project on Different Computers



Aerowrx
20th February 2012, 06:15
I created the Transitions example project on my desktop which runs fine. However, when I run it from my laptop, i get a whole bunch of compilation errors. Can I not compile projects on different computers when they are created on a different one?

ChrisW67
20th February 2012, 07:09
Source code is portable as long as you stick to the Qt API and don't do anything platform specific. If the example uses the QML transition element then the QML features used were not introduced until Qt 4.7... so an earlier version will not be able to compile this code.

Since you don't share any details or the errors...