Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) QtQt Creator Qt Creator project files

 

Qt Creator project files are files that are used by qmake.

 

Below an example project file is shown of a Qt4 console application using the boost library.

 

#-------------------------------------------------
#
# Project created by QtCreator 2010-05-02T08:31:54
#
#-------------------------------------------------
QT -= gui
TARGET = ProjectTestGil
CONFIG += console
CONFIG -= app_bundle
LIBS += -lboost_regex
TEMPLATE = app
SOURCES += main.cpp

 

For all project file options, view the Trolltech qmake variable reference

 

 

 

 

 

QtCreatorProFile

 

QtCreatorProFile is a Qt project file (.pro) class.

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict