summaryrefslogtreecommitdiffstats
path: root/shemov.pro
blob: bba50ae021608f6138f837ebc2db33e9297b571f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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