Changeset 9b7064d770 in tspsg for src/main.cpp


Ignore:
Timestamp:
Jul 1, 2009, 7:01:23 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
4c96f94558
Parents:
c02b4903bd
Message:

+ Error handling when loading/saving files.

  • Translation updates (not finished).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    rc02b4903bd r9b7064d770  
    2323
    2424#include "mainwindow.h"
     25#if QT_VERSION < 0x040500
     26        #ifdef _MSC_VER
     27                #pragma message("WARNING: You are using Qt version < 4.5. Application will not support some non-critical features.")
     28        #elif (defined(__GNUC__) || defined(__MINGW32__))
     29                #warning "WARNING: You are using Qt version < 4.5. Application will not support some non-critical features."
     30        #endif
     31#endif
    2532
    2633int main(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.