-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPluriNotes_LO21.pro
70 lines (67 loc) · 1.32 KB
/
PluriNotes_LO21.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
QT += widgets
QT += multimedia
QT += gui
QT += xml
QT += core
QMAKE_CXXFLAGS = -std=c++11
QMAKE_LFLAGS = -std=c++11
SOURCES += \
main.cpp \
relation.cpp \
notesmanager.cpp \
note.cpp \
version.cpp \
multimedia.cpp \
wnoteact.cpp \
wrelationdetails.cpp \
wrelations.cpp \
warborescence.cpp \
wgauche.cpp \
winterface.cpp \
wnotearch.cpp \
tache.cpp \
wcreernote.cpp \
wcreerarticle.cpp \
wcreertache.cpp \
wcreerimage.cpp \
wcreeraudio.cpp \
wcreervideo.cpp \
wafficherarticle.cpp \
wafficherimage.cpp \
waffichervideo.cpp \
hafficheraudio.cpp \
waffichercouple.cpp \
windowcreerrelation.cpp \
waffichertache.cpp \
wcreercouple.cpp
HEADERS += \
iterator.h \
note.h \
relation.h \
exception.h \
notesmanager.h \
version.h \
multimedia.h \
article.h \
tache.h \
wnoteact.h \
wrelationdetails.h \
wrelations.h \
warborescence.h \
wgauche.h \
winterface.h \
wnotearch.h \
wcreernote.h \
wcreerarticle.h \
wcreertache.h \
wcreerimage.h \
wcreeraudio.h \
wcreervideo.h \
wafficherarticle.h \
wafficherimage.h \
waffichercouple.h \
windowcreerrelation.h \
haffichervideo.h \
hafficheraudio.h \
waffichertache.h \
wcreercouple.h