# ------------------------------------------------- # Project created by QtCreator 2010-05-20T21:59:17 # ------------------------------------------------- QT += sql \ testlib TARGET = dal CONFIG += console \ debug CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ expression.cpp \ baseadaptor.cpp \ query.cpp \ field.cpp \ database.cpp \ table.cpp \ set.cpp \ sqliteadapter.cpp \ reference.cpp \ id.cpp \ argument.cpp \ fieldproperties.cpp \ timestamp.cpp \ foreignkeyvalue.cpp \ join.cpp HEADERS += expression.h \ baseadaptor.h \ query.h \ dal.h \ field.h \ database.h \ table.h \ set.h \ sqliteadapter.h \ reference.h \ id.h \ argument.h \ fieldproperties.h \ timestamp.h \ foreignkeyvalue.h \ join.h