-
Notifications
You must be signed in to change notification settings - Fork 0
/
iMeetingDesktop.pro
53 lines (47 loc) · 1.41 KB
/
iMeetingDesktop.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-02-13T08:43:22
#
#-------------------------------------------------
QT += core gui
TARGET = iMeetingDesktop
TEMPLATE = app
LIBS += -lz
SOURCES += main.cpp\
VentanaPrincipal.cpp \
Servicios/ServicioGestionSistemaDirectorios.cpp \
ControladoresVista/ControladorListadoAvance.cpp \
Lib/qt-json/json.cpp \
Lib/quazip/quazipnewinfo.cpp \
Lib/quazip/quazipfile.cpp \
Lib/quazip/quazipdir.cpp \
Lib/quazip/quazip.cpp \
Lib/quazip/quaziodevice.cpp \
Lib/quazip/quagzipfile.cpp \
Lib/quazip/quacrc32.cpp \
Lib/quazip/quaadler32.cpp \
Lib/quazip/qioapi.cpp \
Lib/quazip/JlCompress.cpp \
Lib/quazip/zip.c \
Lib/quazip/unzip.c
HEADERS += VentanaPrincipal.h \
Servicios/ServicioGestionSistemaDirectorios.h \
ControladoresVista/ControladorListadoAvance.h \
Lib/qt-json/json.h \
Lib/quazip/zip.h \
Lib/quazip/unzip.h \
Lib/quazip/quazipnewinfo.h \
Lib/quazip/quazipfileinfo.h \
Lib/quazip/quazipfile.h \
Lib/quazip/quazipdir.h \
Lib/quazip/quazip.h \
Lib/quazip/quazip_global.h \
Lib/quazip/quaziodevice.h \
Lib/quazip/quagzipfile.h \
Lib/quazip/quacrc32.h \
Lib/quazip/quachecksum32.h \
Lib/quazip/quaadler32.h \
Lib/quazip/JlCompress.h \
Lib/quazip/ioapi.h \
Lib/quazip/crypt.h
FORMS += VentanaPrincipal.ui