Top "Qmake" questions

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

How do I build a static library and executable with Qt?

To simplify the situation, lets say that there are 2 files: core.cpp and main.cpp. core.cpp contains the functionality …

c++ qt qmake
Unknown module(s) in QT: svg

Added QT += svg and I tried just QT += svg and greaterThan(QT_MAJOR_VERSION, 4): QT += svg to the .pro solution …

qt ubuntu qt-creator qmake qtsvg
How to generate .sln/.vcproj using qmake

I have main.cpp in c:\test folder and do the following: qmake -project qmake -tp vc test.pro The …

qt visual-c++ qt4 qmake vcproj
Linking libraries to a QT project using pkg-config output

This is a bit of a newbie question. I am trying to add the OpenCV libraries to a QT project. …

c++ qt qmake
How to build qt out of source

I was searching a lot through Qt forums and Google for the last few days, but I could not find …

qt installation qmake
Project ERROR: Unknown module(s) in QT: multimedia

I am trying to compile qGo, after installing qt5 git clone https://github.com/pzorin/qgo.git cd qgo qmake …

qt makefile qmake
Qt compiler warning: overriding commands for target / ignoring old commands for target

When I'm compiling my Qt project for Windows I receive these 2 warnings: Makefile.Debug:109: warning: overriding commands for target `debug/…

c++ qt qmake moc
How can I use C++14 features when building qmake projects?

I'm currently using C++11 features in my Qt applications. However, I'd like to use some of the new C++14 features …

c++ qt c++14 qmake
Identifier for win64 configuration in Qmake

Is there a "win64" identifier in Qmake project files? Qt Qmake advanced documentation does not mention other than unix / macx / …

windows qt 64-bit qt4 qmake
How to compile a simple Qt and c++ application using g++ on mac os x?

I am trying to use Qt for a project in school but am running into problems. I started following the …

c++ macos qt makefile qmake