31 lines
633 B
Prolog
31 lines
633 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2016-12-29T01:14:46
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui multimedia network
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = Attorney_Online_remake
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
lobby.cpp \
|
|
text_file_functions.cpp \
|
|
path_functions.cpp \
|
|
aoimage.cpp \
|
|
file_functions.cpp \
|
|
aobutton.cpp \
|
|
global_variables.cpp
|
|
|
|
HEADERS += lobby.h \
|
|
text_file_functions.h \
|
|
path_functions.h \
|
|
aoimage.h \
|
|
file_functions.h \
|
|
aobutton.h \
|
|
global_variables.h
|