-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathWololoKingdoms.pro
81 lines (68 loc) · 1.87 KB
/
WololoKingdoms.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
QT += core gui
CONFIG += c++11
TARGET = WololoKingdoms
CONFIG -= console
CONFIG -= app_bundle
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
DEFINES += QT_DEPRECATED_WARNINGS
TEMPLATE = app
SOURCES += main.cpp \
paths.cpp \
conversions.cpp \
fixes/portuguesefix.cpp \
fixes/demoshipfix.cpp \
fixes/berbersutfix.cpp \
fixes/ethiopiansfreepikeupgradefix.cpp \
fixes/maliansfreeminingupgradefix.cpp \
fixes/ai900unitidfix.cpp \
fixes/hotkeysfix.cpp \
fixes/disablenonworkingunits.cpp \
fixes/malayfix.cpp \
fixes/feitoriafix.cpp \
fixes/burmesefix.cpp \
fixes/incafix.cpp \
fixes/khmerfix.cpp \
fixes/vietfix.cpp \
mainwindow.cpp \
dialog.cpp \
fixes/smallfixes.cpp \
fixes/siegetowerfix.cpp
win32: LIBS += -L$$PWD/lib/ -llibgenieutils.dll
LIBS += -LD:/local/boost_1_60_0/stage/lib -lboost_system-mgw49-mt-1_60 -lboost_filesystem-mgw49-mt-1_60
INCLUDEPATH += C:\GnuWin32\src\zlib-1.2.3
LIBS += -LC:\GnuWin32\src\zlib-1.2.3 -lz
INCLUDEPATH += C:\quazip-0.7.3\quazip
LIBS += -LC:\quazip-0.7.3\quazip\release -lquazip
win32:RC_ICONS += WololoKingdoms.ico
INCLUDEPATH += $$PWD/.
DEPENDPATH += $$PWD/.
INCLUDEPATH += include/
INCLUDEPATH += D:/local/boost_1_60_0/
HEADERS += \
paths.h\
conversions.h\
include/wololo/Drs.h \
fixes/portuguesefix.h \
fixes/demoshipfix.h \
fixes/berbersutfix.h \
fixes/ethiopiansfreepikeupgradefix.h \
fixes/maliansfreeminingupgradefix.h \
fixes/ai900unitidfix.h \
fixes/hotkeysfix.h \
fixes/disablenonworkingunits.h \
fixes/vietfix.h \
include/wololo/datPatch.h \
fixes/malayfix.h \
fixes/feitoriafix.h \
fixes/burmesefix.h \
fixes/incafix.h \
fixes/khmerfix.h \
mainwindow.h \
dialog.h \
fixes/smallfixes.h \
fixes/siegetowerfix.h
DISTFILES += \
WololoKingdoms.ico
FORMS += \
mainwindow.ui \
dialog.ui