Rev 109 | Rev 127 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# -------------------------------------------------
# Project created by QtCreator 2010-09-10T12:38:15
# -------------------------------------------------
QT += network \
opengl \
sql \
xml
TARGET = DBViewer
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
database.cpp \
delegate.cpp
HEADERS += mainwindow.h \
delegate.h
FORMS += mainwindow.ui
RESOURCES += dbviewer.qrc