-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_mingzhef.pro
41 lines (39 loc) · 1.09 KB
/
project_mingzhef.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
######################################################################
# Automatically generated by qmake (2.01a) Thu Jan 22 02:26:32 2015
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += . lib mergesort
INCLUDEPATH += . lib
# Input
HEADERS += mainwindow.h \
Mergesort.h \
movie.h \
movieinfo_window.h \
moviesearchwindow.h \
netflix.h \
newuserwindow.h \
popupwindow.h \
ratewindow.h \
user.h \
lib/hash.h \
lib/hashimpl.h \
lib/map.h \
lib/mapimpl.h \
lib/queue.h \
lib/queueimpl.h \
lib/set.h \
lib/setimpl.h \
mergesort/Mergesort.h \
movie.cpp \
user.cpp
SOURCES += mainwindow.cpp \
movie.cpp \
movieinfo_window.cpp \
moviesearchwindow.cpp \
netflix.cpp \
newuserwindow.cpp \
popupwindow.cpp \
ratewindow.cpp \
test.cpp \
user.cpp