简体   繁体   中英

Qt - qmake -project, why is it stuck?

I'm trying to execute the qmake -project command by doing:

C:\\Qt\\2010.05\\qt>qmake -project

But, it remains there and doesn't get executed. Why is that?

Thanks.

qmake -project without any additional arguments will traverse the current directory recursively, looking for eg source, header and UI files to be included in the .pro file. When you run it in a directory containing lots of files (such as Qt folder), it can take a lot of time to go through all of them. Thats why it seems to get stuck.

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