Changeset 64 for trunk/orca/qt

Show
Ignore:
Timestamp:
02/27/06 16:20:41 (3 years ago)
Author:
krobillard
Message:

Qt - Compiles again (removed version.h include)

Location:
trunk/orca/qt
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/qt/main.cpp

    r27 r64  
    2020 
    2121#include <stdio.h> 
    22 #include "version.h" 
    2322#include "qorca.h" 
    2423 
     
    7473    { 
    7574        OPEN_CONSOLE 
    76         printf( "ORCA-Qt %s (%s)\n", VERSION_STR, __DATE__ ); 
     75        printf( "ORCA-Qt %s (%s)\n", OR_VERSION_STR, __DATE__ ); 
    7776 
    7877halt: 
  • trunk/orca/qt/project.r

    r25 r64  
    44    warn 
    55    debug 
     6    ;release 
    67    objdir %obj 
    78