Questions tagged «qmake»

10
qmake:找不到Qt安装”
我在ubuntu中有一个软件,要求我运行qmake生成Makefile。 但是,运行qmake会返回此错误, qmake: could not find a Qt installation of '' 我已经安装了我认为是必需的软件包, sudo apt-get install qt4-qmake sudo apt-get install qt5-qmake 但是错误并没有消失。 任何帮助将不胜感激!
136 qt  ubuntu  qmake 

11
如何在QMake .pro文件中指定不同的Debug / Release输出目录
我有一个Qt项目,我想在源代码树之外输出编译文件。 我目前具有以下目录结构: / |_/build |_/mylib |_/include |_/src |_/resources 根据配置(调试/发行版),我想将生成的文件输出到build / debug或build / release目录下的build目录中。 我该如何使用.pro文件呢?
106 qt  qmake 

9
如何为项目QtCreator创建子目录?
我想将我的Qt项目分成几个目录,因为它越来越大。但是,当我单击QtCreator中的浏览器时,没有“添加目录”,在“添加新”中也没有这样的东西。可以以某种方式做到这一点吗?
102 qt  qt-creator  qmake 

3
Qt:*。pro与* .pri
qmake*.pro和*.pri配置文件之间有什么区别? * .pro文件应包含哪些内容,*。pri文件应包含哪些内容?
86 qt  qmake  qtcore 

6
cmake不起作用,无法执行qmake
我正在使用Ubuntu 14.04。我正在尝试安装需要cmake的程序。当我跑步时,cmake src/我得到: qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory 我究竟做错了什么?
68 cmake  qmake 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.