-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDossierLayout.pro
More file actions
52 lines (43 loc) · 1.17 KB
/
DossierLayout.pro
File metadata and controls
52 lines (43 loc) · 1.17 KB
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
#Copyright (c) 2018 InversePalindrome
#DossierLayout - DossierLayout.pro
#InversePalindrome.com
QT += widgets printsupport xml
TARGET = DossierLayout
TEMPLATE = app
INCLUDEPATH += $$PWD/include
include(Qtxlsx/src/xlsx/qtxlsx.pri)
win32:RC_ICONS += DossierLayout.ico
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
src/AlignmentUtility.cpp \
src/Application.cpp \
src/Hub.cpp \
src/List.cpp \
src/LoginDialog.cpp \
src/Main.cpp \
src/MainWindow.cpp \
src/RegisterDialog.cpp \
src/SettingsDialog.cpp \
src/SimpleCrypt.cpp \
src/Table.cpp \
src/Tree.cpp \
src/Users.cpp
HEADERS += \
include/AlignmentUtility.hpp \
include/Application.hpp \
include/Hub.hpp \
include/List.hpp \
include/LoginDialog.hpp \
include/MainWindow.hpp \
include/RegisterDialog.hpp \
include/SettingsDialog.hpp \
include/SimpleCrypt.hpp \
include/Table.hpp \
include/Tree.hpp \
include/Users.hpp
RESOURCES += \
../Resources/resources.qrc \
../Translations/translations.qrc \
../Styles/breeze.qrc \
qt_conf.qrc
TRANSLATIONS = ../Translations/spanish.ts