-
Notifications
You must be signed in to change notification settings - Fork 3
/
LuaFrontend.pro
57 lines (45 loc) · 1021 Bytes
/
LuaFrontend.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
QT += core gui widgets network
CONFIG += c++17
LIBS += -L$$PWD/libraries/ -llua -ldiscord-rpc
PRE_TARGETDEPS += $$PWD/libraries/discord-rpc.lib
RC_ICONS = resources/iconMain.ico
RC_FILE = Windows.rc
TRANSLATIONS = languages/tr_TR.ts languages/en_US.ts
SOURCES += \
AboutFrontend.cpp \
AboutPatreon.cpp \
LuaThread.cpp \
Main.cpp \
Console.cpp \
LuaBackend.cpp \
MainWindow.cpp \
WaitDialog.cpp \
HEADERS += \
AboutFrontend.hpp \
AboutPatreon.hpp \
Console.hpp \
LuaThread.hpp \
WaitDialog.hpp \
LuaBackend.hpp \
MainWindow.hpp \
version.h
FORMS += \
AboutFrontend.ui \
AboutPatreon.ui \
Console.ui \
MainWindow.ui \
WaitDialog.ui
INCLUDEPATH += \
$$PWD/include/ \
$$PWD/include/lua \
$$PWD/include/sol2 \
$$PWD/include/crcpp \
$$PWD/include/toml11 \
$$PWD/include/discord
DEPENDPATH += \
$$PWD/include/lua \
$$PWD/include/discord
RESOURCES += \
Resources.qrc
DISTFILES += \
Windows.rc