summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.pro')
-rw-r--r--shemov.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/shemov.pro b/shemov.pro
new file mode 100644
index 0000000..bba50ae
--- /dev/null
+++ b/shemov.pro
@@ -0,0 +1,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