`qmake`, part of the Qt framework, is a tool for generating Makefiles and IDE project files.
0
votes
1answer
42 views
Intel C++ error: “pair” is not a nonstatic data member or base class of class “std::pair<const int, double>”
I'm using Intel C++ compiler together with qmake in QtCreator. In my project I use a std::map.
std::map<int,double> dataBase;
dataBase[2] = 2.445;
This code compiles and runs without any ...
0
votes
1answer
40 views
Qt unit-test: why “qmake” is not recognized
I managed to follow this tutorial in order to write my first unit-test.
However, when opening a "cmd-console" from inside my project folder and try to rum qmake, i get the following error:
'qmake' ...
0
votes
1answer
84 views
qmake: could not find a Qt installation of ''
For a software I have in ubuntu, I have to run qmake to generate the Makefile.
However, running qmake gives back this error,
qmake: could not find a Qt installation of ''
I have installed what I ...
0
votes
2answers
76 views
QT and OpenCV error: core.hpp not found
i have installed qt 5.0.2 with opencv 2.4.5 with windows 7 32-bit following this tutorial but when i finished i tested it using the example mentioned in the previous link but i had this error
error: ...
1
vote
0answers
19 views
QMake: how to properly create a shared object with symbolic links at make install
I have built a library that uses qmake as the build mechanism. I am using TEMPLATE=lib and CONFIG=dll. My problem is that the symbolic links to the library are being created when I run make and are ...
0
votes
2answers
46 views
error “missing separator” in build qwt-6.1
My environment:
QT: Qt_5_0_2
QWT: qwt-6.1-rc3
MinGW: mingw47_32
OS: win7_32
I follow the introduction file "INSTALL"'s step:
C) Win32/MinGW
Check that your Qt version has been built with MinGW - ...
0
votes
0answers
19 views
qt error when install qtstalker
im trying to install qtstalker(the stock charting tool) on Ubuntu 12.10 by following the instructions on this page, ...
0
votes
1answer
34 views
qmake subproject in CMake project
I've got a CMake based project with the following "design":
add_subdirectory(first_lib)
add_subdirectory(second_lib)
add_subdirectory(qt_application)
My question is - can I create a qt_application ...
1
vote
1answer
65 views
What is the point of Artifactory or Nexus, and how might I use them?
While investigating CI tools, I've found that many installations of CI also integrate to artifact repositories like SonaType Nexus and JFrog Artifactory.
Those tools sound highly integrated to Maven. ...
0
votes
0answers
25 views
Best way to make QMake switch INCLUDEPATH on debug/release
I have a Qt project (.pro) which has some dependencies that put the include directory in a "release" or "debug" directory when built. What is the best practice method of "switching" which directories ...
0
votes
1answer
37 views
Compile a kernel module using qmake project
I have the following project structure:
/
general.pro
a/
a.pro
some files
b/
b.pro
some files
c/
Makefile
some files
general.pro is a ...
1
vote
1answer
59 views
QtCreator (2.7.0) does not process properly LIBS.
I have defined the following environment variable:
PLATFORM_SDK=C:\Program Files\Microsoft SDKs\Windows\v7.0
Inside my project file I declared:
LIBS += $$quote($(PLATFORM_SDK)/lib/SHFolder.lib)
...
0
votes
0answers
23 views
Qt5 ODBC install
I'm trying to install QODBC to use it in Qt
I was following the answer of this question : Qt 5 ODBC driver issue
but when I "qmaked" it, I run into an error :
...
0
votes
1answer
41 views
Qt - Using asterisk (*) in .pro-File with directories
I have a .pro file which looks like:
SOURCES += myfolder/source1.cpp \
myfolder/source2.cpp
HEADERS += myfolder/header1.h\
myfolder/header2.h
FORMS += myfolder/form1.ui\
...
0
votes
1answer
49 views
Forcing specific version of QT in .pro file
I'm searching for a way to force a specific version of QT in a .pro file. To be more specific, I'd like to force qmake to use only QT 5.x version with my project instead of QT 4.x and QT 5.x
Is there ...
0
votes
2answers
36 views
Is specifying link dependency required when one static lib is dependent on another static lib? [duplicate]
General question can be formulated as - if static library lib1 is dependent on another static library lib2, do I need to specify lib2 as linker dependency for lib1, or linking dependencies only need ...
0
votes
1answer
23 views
Can't install a image file anymore, what's wrong?
In the old days, I use the following config to install a image file along with make install,
icon.files = images/udv.png
icon.path = $${PREFIX}/share/icons/hicolor/128x128/apps/
INSTALLS += icon
...
1
vote
2answers
46 views
Any way to automate a folder delete before building?
Basically, I want to delete the folder named:
build-[Project Name]-Desktop_Qt_5_0_2_MSVC2010_32bit-Debug
before compiling.
0
votes
3answers
194 views
QT shared library undefined reference to
I'm studying linking shared libraries in QT, tried tutorials but nothing works.
Can somebody help me to find a mistake?
I have an error "Undefined reference to test" when I'm compiling my test ...
0
votes
1answer
73 views
Including a .pri file in multiple .pro project file with different relative paths
Hi I have some files in a dir called COMMON_SRC and a .pri file for these src files : Common.pri
and two projects in diffrent relative paths to common files.
I wanna use only one Common.pri file.
Can ...
0
votes
1answer
31 views
Creating automated makefile to build two targets
It's been a while that I've been looking for this, I need a tool to automatically create a makefile for my project
I've seen qmake and cmake, the problem is that I have two targets (Client and server) ...
0
votes
2answers
48 views
qt link error related to Q_OBJECT
Here is a sample qt code that is copied from qt documentation site.
#include <QtCore/QCoreApplication>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include ...
0
votes
1answer
67 views
QMake and application bundle
I'm getting back into using Qt (5.0.1) after a few years away.
I'm having some trouble using QMAKE_BUNDLE_DATA to distribute dylibs and hopefully plugins in my OSX application bundle.
Here's what ...
0
votes
1answer
120 views
Cmake and make, error compiling scribus
I'm finding always an error while trying to compile Scribus 1.5 svn. I tried with both Qt4 and Qt5 but the error doesn't seems to rely on them.
This is the cmake output:
cmake ...
0
votes
0answers
91 views
compile qt-everywhere-opensource-src-4.7.3 code for i.MX6 board
I am trying to port qt4 on i.MX board. For that I am compiling
qt-everywhere-opensource-src-4.7.3 using iMX-6 Tool chain I
configured qt-everywhere-opensource-src-4.7.3 using
./configure ...
0
votes
1answer
112 views
Qt5, MinGW and log4cxx - how?
It's the second day I'm trying to marry Qt5, MinGW and log4cxx.
Even after I've compiled everything successfully, linked apr, apr-util and log4cxx libraries - gcc gives me a bunch of "undefined ...
0
votes
0answers
50 views
MSVC flags to compile QtCreator without console
The title might be cryptic so background :
I compiled Qt 4.8.4 and then QtCreator in 64 bit on Windows 7 64 bits, using MSVC 2010 C++ compiler.
Everything works really well BUT : when i start ...
2
votes
2answers
183 views
qmake pre-build step before ANY compilation
There are several questions on SO regarding how to create a pre-build step for qmake, I can do that with this in my .pro file:
versionTarget.target = ../VersionData/versioning.h
versionTarget.depends ...
0
votes
1answer
92 views
How to pass a cmd-command output to a #DEFINE MACRO in QMake
I added a new #DEFINE to my ".pro" file like this:
#DEFINE += SVN_V
now I would like to pass the output of the command "svnversion -n" to this SVN_V, and here is what I did:
#DEFINE += "SVN_V = ...
1
vote
1answer
70 views
Qt link static builded lib
I have two Qt projects.
One is targeted as lib, another one - as app.
First project successfully builds as a static and as a dynamic (shared) lib.
Second project successfully links a dynamic lib, ...
0
votes
0answers
63 views
compile error installing QScintilla-gpl-2.7.1 on Linux
I am installing QScintilla-gpl-2.7.1 on Linux fxdeva02 2.6.32.
I got the compile error even though I defined EXT_LEXER_DECL __stdcall.
#if PLAT_WIN
#define EXT_LEXER_DECL __stdcall
#elif PLAT_QT
...
0
votes
1answer
64 views
Difference between configure and qmake
I am studying build script of QT libraries:
@echo off
echo Setting up a MinGW/Qt only environment...
echo -- QTDIR set to E:\QT\4.8.4
echo -- PATH set to E:\QT\4.8.4\bin
echo -- Adding e:\MinGW\bin ...
2
votes
1answer
93 views
Cannot make new project in QT on mac osx
I have been stuck on this for the past couple days. I have installed QT 4.8 and I have installed the libraries as well. But when I come to make a new project, I am only given the option of creating a ...
0
votes
1answer
94 views
How to trick QtCreator about the existence of a macro definition
QtCreator has some problems with the code model when using some of the fancy C++11 features in a C++/Qt project. In my case: templated alias, as the following:
template<class T> using Ptr = ...
0
votes
0answers
35 views
Check OpenGL implementation via Make and/or Qmake?
I'd like to know if it's possible to get the OpenGL implementation (e.g., Mesa, Nvidia, AMD, etc.) so I can set (or not set) a define macro in my project's source automatically via QMake (ideally) or ...
0
votes
1answer
139 views
Compiling QtOpenCL with QT5
Anyone managed to compile library QtOpenCL using Qt5 (possibly under Window)?
edit: I managed to compile the code by porting it to QT5. I leave here in the question the dirty parts that I would like ...
1
vote
1answer
62 views
qmake INSTALL's option to install if file not exists (qt .pro option)
I'm using the install option of qmake to define the "make install" behaviour of the generated Makefile, for example in myProject.pro I have:
myFiles.path=/final/destination
myFiles.files=*.cfg
...
1
vote
0answers
147 views
qmake not finding opencv package when built from within Qt creator
I am fairly new to the Qt environment and I am running into an error when I try to build. I am also new to StackOverflow so pardon me if I miss format.
When I run qmake from the command line it finds ...
0
votes
1answer
48 views
Running qcollectiongenerator during application compile process
I've been working on a program called RoboJournal for a long time. The next release has full documentation included; Whenever the user presses F1 or clicks the Help item in the RoboJournal program, ...
1
vote
1answer
110 views
Why might c++ application evaluate expression incorrectly?
As I was writing this question, it dawned on me that we are possibly using two versions of Qt due to embedded and non-embedded application builds. We are all using gcc version 4.5.2 (Ubuntu/Linaro ...
0
votes
1answer
100 views
Error while testing QT test project
I have started using QT on Kubuntu. I first installed g++ via Package Manager. Then I installed QT 5.0.1. I then made a test project to check if everything is correct or not. Then I got following ...
3
votes
2answers
79 views
How to separate release and debug builds in Qt?
I would like to put binaries of release and debug build in different folders beside source code. in .pro file:
CONFIG(debug){
DESTDIR = ./debug
OBJECTS_DIR = debug/.obj
MOC_DIR = ...
0
votes
1answer
655 views
Re-built Qt5.0.2 with OpenGL, how to use with Qt Creator
I need to move my code from a C++/OpenGL and Config.txt situation to a UI friendly space. I was told here to try Qt and installed it in Windows.
The issue I ran into is that it did not support the ...
1
vote
4answers
379 views
Qt Creator no option for Qt Application
I've installed the Qt Creator v2.6.2 based on Qt 4.8.3(32-bit). When I started new project, I couldn't find the "Qt C++ Application" tab.
it only shows libraries, other projects, Non-Qt projects and ...
1
vote
0answers
15 views
How to use precompiled header for many sub-directories in qmake?
I've read http://qt-project.org/doc/qt-4.8/qmake-precompiledheaders.html
My source directory is like
common # here will generated common.pch/
srcdir1
srcdir2
srcdir3
I'm trying to let my srcdir1 ...
0
votes
0answers
49 views
qt - check version number without soname file?
I try below method to avoid version soname files with my extension plugin library.
qmake: How to avoid having version numbers in .so file name
But, how can I check this .so file's version without ...
2
votes
1answer
113 views
Building the Qt QIBASE driver on OS X
I'm having trouble building the QIBASE SQL driver for Qt to be able to use Firebird with Qt on OS X.
I found this quick guide: http://qt-project.org/doc/qt-4.8/sql-driver.html#qibase but it doesn't ...
0
votes
1answer
54 views
Qt Q_OBJECT class compilation
What is needed for errorfree compilation when adding a class that is flagged as
Q_OBJECT
? Should one run qmake file ?
New classes are written in .h .cpp files that are already added in .pro .pri ...
5
votes
1answer
162 views
QMake SUBDIRS project: How to call release-clean from top-level Makefile?
I am using a Qt .pro file using the SUBDIRS template (mainly following this answer).
Furthermore I am building my solution using qmake -recursive MyProject.pro and nmake Release.
Now I want to ...
0
votes
1answer
72 views
How to organize QtCreator project with libraries
I'm trying to learn QtCreator. I recently needed to create a separate executable to do a unit test, and browsing I discovered that the best way to do so is to create a static library (mylib.a) and ...





