root/sqlconvert/sqlconvert.pro

Revision 372:95e5b4772950, 157 bytes (checked in by Dmitry Nezhevenko <dion@…>, 3 years ago)

Ugly script to convert database mysql->postgresql

Line 
1TEMPLATE = app
2TARGET =
3DEPENDPATH += .
4QT += sql
5QT -= gui
6CONFIG += debug
7INCLUDEPATH += /home/dion/dev/gluxi/sqlconvert/. .
8
9# Input
10SOURCES += main.cpp
Note: See TracBrowser for help on using the browser.