-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQNM.pro
executable file
·63 lines (55 loc) · 1.21 KB
/
QNM.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-19T14:25:29
#
#-------------------------------------------------
QT += core gui xml webkit
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QNM
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
NotesManager.cpp \
Note.cpp \
NoteFactory.cpp \
NotesExporter.cpp \
NUtils.cpp \
Article_modif.cpp \
Document_modif.cpp \
QNMListWidgetItem.cpp \
Image_modif.cpp \
Audio_modif.cpp \
Video_modif.cpp \
Corbeille_modif.cpp \
TagManager.cpp \
Tag.cpp \
Show_source.cpp \
Tag_modif.cpp
HEADERS += mainwindow.h \
NotesManager.h \
Note.h \
NoteFactory.h \
NotesExporter.h \
NUtils.h \
Article_modif.h \
Document_modif.h \
QNMListWidgetItem.h \
Image_modif.h \
Audio_modif.h \
Video_modif.h \
Corbeille_modif.h \
TagManager.h \
Tag.h \
Show_source.h \
Tag_modif.h
FORMS += mainwindow.ui \
Article_modif.ui \
Document_modif.ui \
Image_modif.ui \
Audio_modif.ui \
Video_modif.ui \
Corbeille_modif.ui \
Show_source.ui \
Tag_modif.ui
RESOURCES += \
icons/icons.qrc