repo.or.cz
/
dashstudio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added new class to create database objects (Factory)
[dashstudio.git]
/
src
/
dashserver
/
xdbms.pri
blob
f2f3f025c3d10315344be68fcb74397bd011f2d2
1
HEADERS += ./xdbms/manager.h \
2
./xdbms/table.h \
3
./xdbms/object.h \
4
./xdbms/objectfactory.h
5
6
SOURCES += ./xdbms/manager.cpp \
7
./xdbms/table.cpp \
8
./xdbms/object.cpp \
9
./xdbms/objectfactory.cpp
10