atrooney-online-2/Attorney_Online_remake.pro
David Skoland 1956b9d853 added icon
2017-01-28 13:04:40 +01:00

50 lines
1.0 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-12-29T01:14:46
#
#-------------------------------------------------
QT += core gui multimedia network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
RC_ICONS = logo.ico
TARGET = Attorney_Online_remake
TEMPLATE = app
VERSION = 2.1.0.0
SOURCES += main.cpp\
lobby.cpp \
text_file_functions.cpp \
path_functions.cpp \
aoimage.cpp \
file_functions.cpp \
aobutton.cpp \
debug_functions.cpp \
networkmanager.cpp \
aoapplication.cpp \
aopacket.cpp \
packet_distribution.cpp \
hex_functions.cpp \
encryption_functions.cpp \
courtroom.cpp \
aocharbutton.cpp \
hardware_functions.cpp
HEADERS += lobby.h \
aoimage.h \
file_functions.h \
aobutton.h \
debug_functions.h \
networkmanager.h \
aoapplication.h \
datatypes.h \
aopacket.h \
hex_functions.h \
encryption_functions.h \
courtroom.h \
aocharbutton.h \
hardware_functions.h