哪里可以获取NetBeans的qmake(QT)编译器? [英] Where to obtain qmake (QT) compiler for netbeans?

查看:104
本文介绍了哪里可以获取NetBeans的qmake(QT)编译器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用netbeans 8进行QT应用程序.但是,我必须指定用于编译QT应用程序的qmake文件.有什么官方资料可以得到吗?我尝试了很多谷歌,但没有找到任何正常的地方.我在这里先向您的帮助表示感谢.

I would like to use netbeans 8 for make QT applications. How ever, I have to specify the qmake file, which is for compiling QT apps. Is there any official source where I can get it? I tried google a lot, but haven't found any normal place. Thanks for the help in advance.

推荐答案

qmake是一个将Project Files(.pro)编译为Makefile的程序.将其视为Qt世界的"autoconf".要编译Qt项目,您只需执行2个步骤,

qmake is a program that compiles Project Files (.pro) into a Makefile. Think of it as "autoconf" of Qt world. To compile a Qt project, you only need to perform 2 steps,

  • 运行qmake以从项目文件(.pro)生成Makefile
  • 运行make来构建您的应用程序
  • run qmake to generate a Makefile from the Project File (.pro)
  • run make to build your application

netbeans.org有逐步的指南,说明如何进行设置,

netbeans.org has a step-by-step guide how do set things up,

https://netbeans.org/kb/72/cnd/qt- applications.html

这篇关于哪里可以获取NetBeans的qmake(QT)编译器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆