Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i have created a new qt project using qt4 (QT creator) on windows system i have another system which is linux . can i compile it on linux machine if so how
please help me
Yes you can, if you did not use any OS-specific code. Just copy your source code over to your other computer and open the .pro file using Qt Creator.
However, if your .pro file contains paths to 3rd party libraries, you may have to update the paths.