# ------------------------------------------------- # Project created by QtCreator 2010-09-10T12:38:15 # ------------------------------------------------- QT += network \ opengl \ sql \ script \ scripttools \ svg \ xml \ xmlpatterns \ thread\ # multimedia \ qt3support TARGET = DBViewer TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp \ database.cpp \ delegate.cpp \ mymodel.cpp \ settingform.cpp \ iconform.cpp \ fileform.cpp \ treedelegateform.cpp \ wmithread.cpp \ woker.cpp HEADERS += mainwindow.h \ delegate.h \ mymodel.h \ settingform.h \ iconform.h \ fileform.h \ treedelegateform.h \ wmithread.h \ woker.h FORMS += mainwindow.ui \ settingform.ui \ iconform.ui \ fileform.ui \ treedelegateform.ui RESOURCES += dbviewer.qrc