TEMPLATE = app CONFIG += warn_on thread qt debug CONFIG -= release QT += sql SOURCES = main.cpp \ listmodel.cpp \ movieitem.cpp \ moviemodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ moviemodel.h