简体   繁体   English

Qt-qmake -project,qmake,下一步是什么?

[英]Qt - qmake -project, qmake, what next?

I have a Qt program. 我有一个Qt程序。 When I ran qmake -project and qmake it worked fine. 当我运行qmake -projectqmake它运行良好。

But, how can I run my program now? 但是,我现在如何运行程序?

Thanks. 谢谢。

make it, if you are using it in Linux. make吧,如果你在Linux中使用它。 Use nmake if you are using it in Windows with MSVC, or mingw32-make if you are using the Qt SDK for Windows without MSVC. 如果要在带有MSVC的Windows中使用nmake ,请使用nmake如果要在没有MSVC的Windows上使用Qt SDK,请使用mingw32-make

qmake only makes a make file, so then you need to build it. qmake只制作一个make文件,因此您需要构建它。 ie 'make' or 'gmake' or VS or whatever 即'make'或'gmake'或VS或其他

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM