Changeset 35 in tspsg-svn for trunk/src/main.cpp
- Timestamp:
- Jul 1, 2009, 7:01:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main.cpp
r33 r35 23 23 24 24 #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 25 32 26 33 int main(int argc, char *argv[])
Note: See TracChangeset
for help on using the changeset viewer.