forked from H-uru/MoulKI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoulKI.pro
45 lines (45 loc) · 1.14 KB
/
MoulKI.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
# -------------------------------------------------
# Project created by QtCreator 2010-03-21T02:06:00
# -------------------------------------------------
TARGET = MoulKI
TEMPLATE = app
INCLUDEPATH += C:/Development/libhsplasma/core \
C:/Development/libhsplasma/net \
C:/Development/openssl-1.0.0g/include
LIBS += -lHSPlasma \
-lHSPlasmaNet \
-LC:/Development/libhsplasma/net/Debug \
-LC:/Development/libhsplasma/core/Debug
SOURCES += main.cpp \
MoulKI.cpp \
qtAuthClient.cpp \
qtGameClient.cpp \
qtVault.cpp \
LoginDialog.cpp \
SetActiveDialog.cpp \
RefDialog.cpp \
FetchDialog.cpp \
qtNodeEdit.cpp \
CreateNodeDialog.cpp \
pfConsoleParser.cpp \
qtSDLTreeModel.cpp
HEADERS += MoulKI.h \
qtAuthClient.h \
qtGameClient.h \
qtVault.h \
LoginDialog.h \
SetActiveDialog.h \
RefDialog.h \
FetchDialog.h \
qtNodeEdit.h \
CreateNodeDialog.h \
pfConsoleParser.h \
qtSDLTreeModel.h
FORMS += MoulKI.ui \
LoginDialog.ui \
SetActiveDialog.ui \
RefDialog.ui \
FetchDialog.ui \
qtNodeEdit.ui \
CreateNodeDialog.ui
RESOURCES += Resources.qrc