-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSWGEmuLaunchpad.pro
89 lines (77 loc) · 1.82 KB
/
SWGEmuLaunchpad.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-30T09:37:04
#
#-------------------------------------------------
QT += core gui network webkit webkitwidgets xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SWGEmuLaunchpad
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
settings.cpp \
statusxmlcontenthandler.cpp \
loginservers.cpp \
addloginserver.cpp \
configparser.cpp \
gameprocess.cpp \
selfupdater.cpp \
installfromswg.cpp \
utils.cpp \
gamemods.cpp \
macroeditor.cpp \
filescanner.cpp \
macroiconsgraphicsview.cpp \
editmacro.cpp \
gamemacro.cpp \
macroitemrect.cpp
HEADERS += mainwindow.h \
settings.h \
statusxmlcontenthandler.h \
loginservers.h \
loginserver.h \
addloginserver.h \
configparser.h \
gameprocess.h \
selfupdater.h \
singleinstance.h \
installfromswg.h \
utils.h \
gamemods.h \
macroeditor.h \
filescanner.h \
macroiconsgraphicsview.h \
editmacro.h \
gamemacro.h \
macroitemrect.h
FORMS += mainwindow.ui \
settings.ui \
loginservers.ui \
addloginserver.ui \
gameprocess.ui \
selfupdater.ui \
installfromswg.ui \
gamemods.ui \
macroeditor.ui \
editmacro.ui
OTHER_FILES += \
logo_yellow.png \
emu.rc \
LICENSE.txt \
swgemu.svg \
search.svg \
play.svg \
logo-emu.svg \
cogs.svg \
required2.txt \
required.txt \
info.svg
RESOURCES += \
rsources.qrc
win32 {
SOURCES += windebugmonitor.cpp
HEADERS += windebugmonitor.h
CONFIG += embed_manifest_exe
QMAKE_LFLAGS_WINDOWS += /MANIFESTUAC:level=\'requireAdministrator\'
}
RC_FILE = emu.rc