blob: 55a66473a9d42ee35de0c32a06e96d2f2d6ed5b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = app
CONFIG += warn_on thread qt debug
CONFIG -= release
QT += sql
SOURCES = main.cpp \
listmodel.cpp \
movieitem.cpp \
moviemodel.cpp \
coveritem.cpp
HEADERS = listitem.h \
listmodel.h \
movieitem.h \
moviemodel.h \
coveritem.h
|