283 title += " [debug build]"; |
283 title += " [debug build]"; |
284 #elif BUILD_ID != BUILD_RELEASE |
284 #elif BUILD_ID != BUILD_RELEASE |
285 title += " [pre-release build]"; |
285 title += " [pre-release build]"; |
286 #endif // DEBUG |
286 #endif // DEBUG |
287 |
287 |
|
288 title += " (built " COMPILE_DATE ")"; |
|
289 |
288 setWindowTitle (title); |
290 setWindowTitle (title); |
289 } |
291 } |
290 |
292 |
291 // ============================================================================= |
293 // ============================================================================= |
292 // ----------------------------------------------------------------------------- |
294 // ----------------------------------------------------------------------------- |