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;
   }

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to