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