简体   繁体   中英

Qt - qmake -project, qmake, what next?

I have a Qt program. When I ran qmake -project and qmake it worked fine.

But, how can I run my program now?

Thanks.

make it, if you are using it in 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.

qmake only makes a make file, so then you need to build it. ie 'make' or 'gmake' or VS or whatever

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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