TEMPLATE = subdirs 
CONFIG += warn_off
# dpinelo 
win32 {
	SUBDIRS += psql.win mysql.win sqlite.win
}
unix {
	SUBDIRS += psql mysql sqlite
}

