-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoxygate.pro
executable file
·111 lines (100 loc) · 2.32 KB
/
doxygate.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
TARGET = doxygate
QT += core gui widgets
DEFINES += LIBICONV_STATIC
HEADERS += setupmessagespage.h \
options.h \
iisEnvironment.h \
shared.h \
setupdialog.h \
iisLineEdit.h \
outputwidget.h \
iisToolButton.h \
topwidget.h \
setupdotpage.h \
setupperlpage.h \
setupdefpage.h \
setupxmlpage.h \
setupmanpage.h \
setuprtfpage.h \
setuplatexpage.h \
setuphtmlpage.h \
iisTreeMenu.h \
setupbuild2page.h \
setupanalisyspage.h \
setupbuildpage.h \
iisStringListEdit.h \
optionwidgets.h \
setupbasepage.h \
setupprojectpage.h \
setupwidget.h \
debug.h \
lang_cfg.h \
config.h \
mainform.h \
menuwidget.h \
helpwidget.h \
setuphtmlstylepage.h
SOURCES += setupmessagespage.cpp \
options.cpp \
iisEnvironment.cpp \
shared.cpp \
setupdialog.cpp \
iisLineEdit.cpp \
outputwidget.cpp \
iisToolButton.cpp \
topwidget.cpp \
setupdotpage.cpp \
setupperlpage.cpp \
setupdefpage.cpp \
setupxmlpage.cpp \
setupmanpage.cpp \
setuprtfpage.cpp \
setuplatexpage.cpp \
setuphtmlpage.cpp \
iisTreeMenu.cpp \
setupbuild2page.cpp \
setupanalisyspage.cpp \
setupbuildpage.cpp \
iisStringListEdit.cpp \
optionwidgets.cpp \
setupbasepage.cpp \
setupprojectpage.cpp \
setupwidget.cpp \
version.cpp \
debug.cpp \
config.cpp \
main.cpp \
mainform.cpp \
portable.cpp \
helpwidget.cpp \
menuwidget.cpp \
setuphtmlstylepage.cpp
FORMS += setupdialog.ui \
mainform.ui
CONFIG += staticlib
LIBS += -liconv -lcharset
#PRE_TARGETDEPS += /usr/local/opt/libiconv/lib/libiconv.a /usr/local/opt/libiconv/lib/libcharset.a
#INCLUDEPATH += -I/usr/local/opt/libiconv/include
win32 {
HEADERS += 3rdParty/icon_config.h
SOURCES += 3rdParty/localcharset.c \
3rdParty/relocatable.c \
3rdParty/iconv.c
RC_FILE += gui/res.rc
win32-msvc:CONFIG += MSVC
win32-msvc.net:CONFIG += MSVC
win32-msvc2002:CONFIG += MSVC
win32-msvc2003:CONFIG += MSVC
win32-msvc2005:CONFIG += MSVC
win32-msvc2008:CONFIG += MSVC
MSVC:LIBS += shell32.lib
}
MOC_DIR = .moc
UI_DIR = .ui
OBJECTS_DIR = .obj
INCLUDEPATH += .
LIBPATH += .
LIBS += -framework Cocoa
RESOURCES = mainform.qrc
target.path = /usr/local/bin
INSTALL = target