Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
CONFIG is a qmake variable.
The value of CONFIG specifies various project configuration
and compiler options. CONFIG can have the following values [1]:
-
debug
-
release
-
warn_off
-
qt
-
dll: a shared library should be built
-
staticlib: a static library should be built
-
plugin
-
console: the application needs to write to the console, for example with
std::cout or qWarning
-
app_bundle
-
lib_bundle
- Jasmin Blanchette, Mark Summerfield. C++ GUI programming with Qt 4 (2nd edittion). 2008. ISBN-13: 978-0-13-235416-5. Chapter B: 'Building Qt Applications'. Page 595.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
