[Qt-creator] Preprocessor Definitions
Sergey
antrix at mifprojects.com
Mon Nov 1 13:35:22 CET 2010
Is there a way to set up preprocessor definitions in QtCreator? I need
somethinig like this:
int main(int argc, char** argv)
{
#ifdef DEBUG
return 1;
#endif
return 0;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20101101/8aa341d4/attachment.html
More information about the Qt-creator-old
mailing list