|
|
|
@ -26,10 +26,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -26,10 +26,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
|
TARGET = qtox |
|
|
|
|
TEMPLATE = app |
|
|
|
|
FORMS += \ |
|
|
|
|
mainwindow.ui \ |
|
|
|
|
widget/form/settings/generalsettings.ui \ |
|
|
|
|
widget/form/settings/avsettings.ui \ |
|
|
|
|
widget/form/settings/identitysettings.ui |
|
|
|
|
src/mainwindow.ui \ |
|
|
|
|
src/widget/form/settings/generalsettings.ui \ |
|
|
|
|
src/widget/form/settings/avsettings.ui \ |
|
|
|
|
src/widget/form/settings/identitysettings.ui |
|
|
|
|
CONFIG += c++11 |
|
|
|
|
|
|
|
|
|
TRANSLATIONS = translations/de.ts \ |
|
|
|
@ -87,94 +87,94 @@ win32 {
@@ -87,94 +87,94 @@ win32 {
|
|
|
|
|
# -pthread -lrt -lGL -lpthread -Wl,-Bdynamic -ldl -lc |
|
|
|
|
#QMAKE_CXXFLAGS += -Os -flto -static-libstdc++ -static-libgcc |
|
|
|
|
|
|
|
|
|
HEADERS += widget/form/addfriendform.h \ |
|
|
|
|
widget/form/chatform.h \ |
|
|
|
|
widget/form/groupchatform.h \ |
|
|
|
|
widget/form/settingswidget.h \ |
|
|
|
|
widget/form/settings/genericsettings.h \ |
|
|
|
|
widget/form/settings/generalform.h \ |
|
|
|
|
widget/form/settings/identityform.h \ |
|
|
|
|
widget/form/settings/privacyform.h \ |
|
|
|
|
widget/form/settings/avform.h \ |
|
|
|
|
widget/form/filesform.h \ |
|
|
|
|
widget/tool/chattextedit.h \ |
|
|
|
|
widget/tool/friendrequestdialog.h \ |
|
|
|
|
widget/friendwidget.h \ |
|
|
|
|
widget/groupwidget.h \ |
|
|
|
|
widget/widget.h \ |
|
|
|
|
friend.h \ |
|
|
|
|
group.h \ |
|
|
|
|
grouplist.h \ |
|
|
|
|
misc/settings.h \ |
|
|
|
|
core.h \ |
|
|
|
|
friendlist.h \ |
|
|
|
|
misc/cdata.h \ |
|
|
|
|
misc/cstring.h \ |
|
|
|
|
widget/selfcamview.h \ |
|
|
|
|
widget/camera.h \ |
|
|
|
|
widget/netcamview.h \ |
|
|
|
|
misc/smileypack.h \ |
|
|
|
|
widget/emoticonswidget.h \ |
|
|
|
|
misc/style.h \ |
|
|
|
|
widget/adjustingscrollarea.h \ |
|
|
|
|
widget/croppinglabel.h \ |
|
|
|
|
widget/friendlistwidget.h \ |
|
|
|
|
widget/genericchatroomwidget.h \ |
|
|
|
|
widget/form/genericchatform.h \ |
|
|
|
|
widget/tool/chatactions/chataction.h \ |
|
|
|
|
widget/chatareawidget.h \ |
|
|
|
|
filetransferinstance.h \ |
|
|
|
|
corestructs.h \ |
|
|
|
|
coredefines.h \ |
|
|
|
|
coreav.h \ |
|
|
|
|
widget/tool/chatactions/messageaction.h \ |
|
|
|
|
widget/tool/chatactions/filetransferaction.h \ |
|
|
|
|
widget/tool/chatactions/systemmessageaction.h \ |
|
|
|
|
widget/tool/chatactions/actionaction.h \ |
|
|
|
|
widget/maskablepixmapwidget.h |
|
|
|
|
HEADERS += src/widget/form/addfriendform.h \ |
|
|
|
|
src/widget/form/chatform.h \ |
|
|
|
|
src/widget/form/groupchatform.h \ |
|
|
|
|
src/widget/form/settingswidget.h \ |
|
|
|
|
src/widget/form/settings/genericsettings.h \ |
|
|
|
|
src/widget/form/settings/generalform.h \ |
|
|
|
|
src/widget/form/settings/identityform.h \ |
|
|
|
|
src/widget/form/settings/privacyform.h \ |
|
|
|
|
src/widget/form/settings/avform.h \ |
|
|
|
|
src/widget/form/filesform.h \ |
|
|
|
|
src/widget/tool/chattextedit.h \ |
|
|
|
|
src/widget/tool/friendrequestdialog.h \ |
|
|
|
|
src/widget/friendwidget.h \ |
|
|
|
|
src/widget/groupwidget.h \ |
|
|
|
|
src/widget/widget.h \ |
|
|
|
|
src/friend.h \ |
|
|
|
|
src/group.h \ |
|
|
|
|
src/grouplist.h \ |
|
|
|
|
src/misc/settings.h \ |
|
|
|
|
src/core.h \ |
|
|
|
|
src/friendlist.h \ |
|
|
|
|
src/misc/cdata.h \ |
|
|
|
|
src/misc/cstring.h \ |
|
|
|
|
src/widget/selfcamview.h \ |
|
|
|
|
src/widget/camera.h \ |
|
|
|
|
src/widget/netcamview.h \ |
|
|
|
|
src/misc/smileypack.h \ |
|
|
|
|
src/widget/emoticonswidget.h \ |
|
|
|
|
src/misc/style.h \ |
|
|
|
|
src/widget/adjustingscrollarea.h \ |
|
|
|
|
src/widget/croppinglabel.h \ |
|
|
|
|
src/widget/friendlistwidget.h \ |
|
|
|
|
src/widget/genericchatroomwidget.h \ |
|
|
|
|
src/widget/form/genericchatform.h \ |
|
|
|
|
src/widget/tool/chatactions/chataction.h \ |
|
|
|
|
src/widget/chatareawidget.h \ |
|
|
|
|
src/filetransferinstance.h \ |
|
|
|
|
src/corestructs.h \ |
|
|
|
|
src/coredefines.h \ |
|
|
|
|
src/coreav.h \ |
|
|
|
|
src/widget/tool/chatactions/messageaction.h \ |
|
|
|
|
src/widget/tool/chatactions/filetransferaction.h \ |
|
|
|
|
src/widget/tool/chatactions/systemmessageaction.h \ |
|
|
|
|
src/widget/tool/chatactions/actionaction.h \ |
|
|
|
|
src/widget/maskablepixmapwidget.h |
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
|
widget/form/addfriendform.cpp \ |
|
|
|
|
widget/form/chatform.cpp \ |
|
|
|
|
widget/form/groupchatform.cpp \ |
|
|
|
|
widget/form/settingswidget.cpp \ |
|
|
|
|
widget/form/settings/generalform.cpp \ |
|
|
|
|
widget/form/settings/identityform.cpp \ |
|
|
|
|
widget/form/settings/privacyform.cpp \ |
|
|
|
|
widget/form/settings/avform.cpp \ |
|
|
|
|
widget/form/filesform.cpp \ |
|
|
|
|
widget/tool/chattextedit.cpp \ |
|
|
|
|
widget/tool/friendrequestdialog.cpp \ |
|
|
|
|
widget/friendwidget.cpp \ |
|
|
|
|
widget/groupwidget.cpp \ |
|
|
|
|
widget/widget.cpp \ |
|
|
|
|
core.cpp \ |
|
|
|
|
friend.cpp \ |
|
|
|
|
friendlist.cpp \ |
|
|
|
|
group.cpp \ |
|
|
|
|
grouplist.cpp \ |
|
|
|
|
main.cpp \ |
|
|
|
|
misc/settings.cpp \ |
|
|
|
|
misc/cdata.cpp \ |
|
|
|
|
misc/cstring.cpp \ |
|
|
|
|
widget/selfcamview.cpp \ |
|
|
|
|
widget/camera.cpp \ |
|
|
|
|
widget/netcamview.cpp \ |
|
|
|
|
misc/smileypack.cpp \ |
|
|
|
|
widget/emoticonswidget.cpp \ |
|
|
|
|
misc/style.cpp \ |
|
|
|
|
widget/adjustingscrollarea.cpp \ |
|
|
|
|
widget/croppinglabel.cpp \ |
|
|
|
|
widget/friendlistwidget.cpp \ |
|
|
|
|
coreav.cpp \ |
|
|
|
|
widget/genericchatroomwidget.cpp \ |
|
|
|
|
widget/form/genericchatform.cpp \ |
|
|
|
|
widget/tool/chatactions/chataction.cpp \ |
|
|
|
|
widget/chatareawidget.cpp \ |
|
|
|
|
filetransferinstance.cpp \ |
|
|
|
|
corestructs.cpp \ |
|
|
|
|
widget/tool/chatactions/messageaction.cpp \ |
|
|
|
|
widget/tool/chatactions/filetransferaction.cpp \ |
|
|
|
|
widget/tool/chatactions/systemmessageaction.cpp \ |
|
|
|
|
widget/tool/chatactions/actionaction.cpp \ |
|
|
|
|
widget/maskablepixmapwidget.cpp |
|
|
|
|
src/widget/form/addfriendform.cpp \ |
|
|
|
|
src/widget/form/chatform.cpp \ |
|
|
|
|
src/widget/form/groupchatform.cpp \ |
|
|
|
|
src/widget/form/settingswidget.cpp \ |
|
|
|
|
src/widget/form/settings/generalform.cpp \ |
|
|
|
|
src/widget/form/settings/identityform.cpp \ |
|
|
|
|
src/widget/form/settings/privacyform.cpp \ |
|
|
|
|
src/widget/form/settings/avform.cpp \ |
|
|
|
|
src/widget/form/filesform.cpp \ |
|
|
|
|
src/widget/tool/chattextedit.cpp \ |
|
|
|
|
src/widget/tool/friendrequestdialog.cpp \ |
|
|
|
|
src/widget/friendwidget.cpp \ |
|
|
|
|
src/widget/groupwidget.cpp \ |
|
|
|
|
src/widget/widget.cpp \ |
|
|
|
|
src/core.cpp \ |
|
|
|
|
src/friend.cpp \ |
|
|
|
|
src/friendlist.cpp \ |
|
|
|
|
src/group.cpp \ |
|
|
|
|
src/grouplist.cpp \ |
|
|
|
|
src/main.cpp \ |
|
|
|
|
src/misc/settings.cpp \ |
|
|
|
|
src/misc/cdata.cpp \ |
|
|
|
|
src/misc/cstring.cpp \ |
|
|
|
|
src/widget/selfcamview.cpp \ |
|
|
|
|
src/widget/camera.cpp \ |
|
|
|
|
src/widget/netcamview.cpp \ |
|
|
|
|
src/misc/smileypack.cpp \ |
|
|
|
|
src/widget/emoticonswidget.cpp \ |
|
|
|
|
src/misc/style.cpp \ |
|
|
|
|
src/widget/adjustingscrollarea.cpp \ |
|
|
|
|
src/widget/croppinglabel.cpp \ |
|
|
|
|
src/widget/friendlistwidget.cpp \ |
|
|
|
|
src/coreav.cpp \ |
|
|
|
|
src/widget/genericchatroomwidget.cpp \ |
|
|
|
|
src/widget/form/genericchatform.cpp \ |
|
|
|
|
src/widget/tool/chatactions/chataction.cpp \ |
|
|
|
|
src/widget/chatareawidget.cpp \ |
|
|
|
|
src/filetransferinstance.cpp \ |
|
|
|
|
src/corestructs.cpp \ |
|
|
|
|
src/widget/tool/chatactions/messageaction.cpp \ |
|
|
|
|
src/widget/tool/chatactions/filetransferaction.cpp \ |
|
|
|
|
src/widget/tool/chatactions/systemmessageaction.cpp \ |
|
|
|
|
src/widget/tool/chatactions/actionaction.cpp \ |
|
|
|
|
src/widget/maskablepixmapwidget.cpp |
|
|
|
|