-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFile_EXplorer.pro
executable file
·92 lines (83 loc) · 2.08 KB
/
File_EXplorer.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
QT += widgets
QT += gui
QT += concurrent
QT += dbus
QT += core5compat
QT += network
#QT += scxml
DEFINES += QUAZIP_STATIC
SOURCES += \
Achille.cpp \
Actions.cpp \
Analysa.cpp \
Archiva.cpp \
FenPrincipale.cpp \
FileTransfertHome.cpp \
Views/DirView.cpp \
Views/leftView.cpp \
Welcome.cpp \
disks.cpp \
leftWidget.cpp \
main.cpp \
menu/BackgroundContextMenu.cpp \
menu/Dialogs/FileD.cpp \
menu/Dialogs/FolderD.cpp \
menu/Dialogs/MultiD.cpp \
menu/Dialogs/Progressa.cpp \
menu/Dialogs/SortD.cpp \
menu/Dialogs/backD.cpp \
menu/Dialogs/openWith.cpp \
menu/FileContextMenu.cpp \
menu/MultiContextMenu.cpp \
menu/folderContextMenu.cpp \
searchbar.cpp \
tabwidget.cpp \
toolbars/toolbarfichiers.cpp \
udisks2.cpp
\actions.cpp
HEADERS += \
Achille.h \
Actions.h \
Analysa.h \
Archiva.h \
FenPrincipale.h \
FileTransfertHome.h \
Views/DirView.h \
Views/leftView.h \
Welcome.h \
disks.h \
leftWidget.h \
menu/BackgroundContextMenu.h \
menu/Dialogs/FileD.h \
menu/Dialogs/FolderD.h \
menu/Dialogs/MultiD.h \
menu/Dialogs/Progressa.h \
menu/Dialogs/SortD.h \
menu/Dialogs/backD.h \
menu/Dialogs/openWith.h \
menu/FileContextMenu.h \
menu/MultiContextMenu.h \
menu/folderContextMenu.h \
searchbar.h \
tabwidget.h \
toolbars/toolbarfichiers.h \
udisks2.h
\actions.h
QT += core
DISTFILES += \
menu/Dialogs/PyGetFolderSize.py
INCLUDEPATH += -I usr/include/python3.9
ROUNDPROGRESSBAR = "/home/aquiles/Documents/QTCreator/File_EXplorer/libs/QRoundProgressBar"
QUAZIPCODEDIR = "/home/aquiles/Documents/QTCreator/File_EXplorer/libs/quazip"
ZLIBCODEDIR = "/home/aquiles/Desktop/sauva/zlib"
unix {
LIBS += -L$${ZLIBCODEDIR} -lz
# LIBS += -L$${CODA} -lz
}
INCLUDEPATH += $${QUAZIPCODEDIR}
HEADERS += $${QUAZIPCODEDIR}/*.h
SOURCES += $${QUAZIPCODEDIR}/*.cpp
SOURCES += $${QUAZIPCODEDIR}/*.c
INCLUDEPATH += $${ROUNDPROGRESSBAR}
HEADERS += $${ROUNDPROGRESSBAR}/*.h
SOURCES += $${ROUNDPROGRESSBAR}/*.cpp