Top "Qmake" questions

`qmake`, part of the Qt framework, is a tool for generating Makefiles and IDE project files.

qmake: could not find a Qt installation of ''

I have a software in ubuntu that requires me to run qmake to generate the Makefile. However, running qmake gives …

qt ubuntu qmake
How to specify different Debug/Release output directories in QMake .pro file

I have a Qt project and I would like to output compilation files outside the source tree. I currently have …

qt qmake
Undefined reference to vtable. Trying to compile a Qt project

I'm using Code::Blocks 8.02 and the mingw 5.1.6 compiler. I'm getting this error when I compile my Qt project: C:\Documents …

c++ qt qmake
How to detect target architecture using CMake?

I've done a lot of research and been unable to find an answer to this... how can I reliably find …

architecture cmake build-process qmake
How to create a subdirectory for a project QtCreator?

I would like to divide my Qt project into several directories because it is growing pretty large. However, when I …

qt qt-creator qmake
cmake not working, could not exec qmake

I am using Ubuntu 14.04. I'm trying to install a program which requires cmake. When I run cmake src/ I get: …

cmake qmake
C++ Qt - How to add "-std=c++11" to the makefile which is generated by qmake?

I'm developing a program in Qt. Its makefile is generated automatically from the .pro file. I need to use some …

qt c++11 makefile qmake
How to use QMake's subdirs template?

I'm starting to learn Qt. I'm moving from the Visual Studio world and I am looking for a way to …

qt qmake subdirectory
Qmake project dependencies (linked libraries)

I have a project that links to a number of shared libraries. Lets say project A depends on projects B …

qt qmake
Add a define to qmake WITH a value?

How do I add a define with qmake WITH a value: For example, this does not work (as I expected) …

qt qmake