Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.79 KB

CppQtProjectFile.md

File metadata and controls

67 lines (38 loc) · 1.79 KB

 

 

 

 

 

 

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 is a Qt project file (.pro) class.