1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/toxgui.pro

68 lines
1.2 KiB
Prolog
Raw Normal View History

2014-06-25 04:11:11 +08:00
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-22T14:07:35
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = toxgui
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
core.cpp \
status.cpp \
settings.cpp \
addfriendform.cpp \
settingsform.cpp \
editablelabelwidget.cpp \
copyableelidelabel.cpp \
elidelabel.cpp \
esclineedit.cpp \
friendlist.cpp \
friend.cpp \
chatform.cpp \
chattextedit.cpp \
friendrequestdialog.cpp \
friendwidget.cpp \
groupwidget.cpp \
group.cpp \
grouplist.cpp \
2014-06-26 06:30:24 +08:00
groupchatform.cpp \
filetransfertwidget.cpp
2014-06-25 04:11:11 +08:00
HEADERS += widget.h \
core.h \
status.h \
settings.h \
addfriendform.h \
settingsform.h \
editablelabelwidget.h \
2014-06-25 14:30:03 +08:00
elidelabel.h \
2014-06-25 04:11:11 +08:00
copyableelidelabel.h \
esclineedit.h \
friendlist.h \
friend.h \
chatform.h \
chattextedit.h \
friendrequestdialog.h \
friendwidget.h \
groupwidget.h \
group.h \
grouplist.h \
2014-06-26 06:30:24 +08:00
groupchatform.h \
filetransfertwidget.h
2014-06-25 04:11:11 +08:00
FORMS += widget.ui
CONFIG += c++11
RESOURCES += \
res.qrc
LIBS += -ltoxcore -lsodium