Changeset 45 in flair-src for trunk/tools/Dbt2csv/src


Ignore:
Timestamp:
07/18/16 16:13:56 (8 years ago)
Author:
Sanahuja Guillaume
Message:

added compile info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Dbt2csv/src/main.cpp

    r16 r45  
    44
    55#include <stdio.h>
    6 #include "svnversion.h"
     6#include "unexported/compile_info.h"
    77#include "file_ui.h"
    88#include <QFileDialog>
    99
    1010int main(int argc, char *argv[]) {
    11   printf(SVN_REV);
     11  compile_info("Dbt2Csv");
    1212
    1313  QLocale::setDefault(QLocale::C);
Note: See TracChangeset for help on using the changeset viewer.