This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sg2ps_gui.pro
76 lines (64 loc) · 1.5 KB
/
sg2ps_gui.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-11-04T11:49:17
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
win32 {
LIBS += -lshlwapi
}
TARGET = sg2ps_gui
TEMPLATE = app
SOURCES += main.cpp\
SettingsWidget.cpp \
MainWindow.cpp \
OptionWidget.cpp \
Runner.cpp \
ProcessManager.cpp \
GUISettings.cpp \
GlobalSettings.cpp \
ErrorMsg.cpp \
ResolveExitCode.cpp \
Option.cpp \
Launcher.cpp \
InfoWidget.cpp \
ReservedColumnNames.cpp \
Launcher_Win32.cpp \
Launcher_Linux.cpp \
ConvertEPS2PDF.cpp \
ConvertAllEps.cpp \
ConcatPdfs.cpp
HEADERS += \
SettingsWidget.hpp \
MainWindow.hpp \
OptionWidget.hpp \
Option.hpp \
Runner.hpp \
ProcessManager.hpp \
ExitStatus.hpp \
GUISettings.hpp \
GlobalSettings.hpp \
ErrorMsg.hpp \
ResolveExitCode.hpp \
Launcher.hpp \
InfoWidget.hpp \
ReservedColumnNames.hpp \
ConvertEPS2PDF.hpp \
ConvertAllEps.hpp \
ConcatPdfs.hpp
RESOURCES += \
resources.qrc
RC_FILE = sg2ps_gui.rc
OTHER_FILES += \
images/insert_table48.png \
images/package_internet48.png \
images/acroread48.png \
images/document_import48.png \
images/spreadsheet48.png \
images/spreadsheetB48.png \
images/document_new48.png \
images/blockdevice-cubes-icon.png \
images/new_trj.png \
images/edit_trj.png \
images/exit.png