|
|
|
@ -44,9 +44,6 @@ include(translations/i18n.pri)
@@ -44,9 +44,6 @@ include(translations/i18n.pri)
|
|
|
|
|
# Build all the qm files now, to make RCC happy |
|
|
|
|
system($$fromfile(translations/i18n.pri, updateallqm)) |
|
|
|
|
|
|
|
|
|
RESOURCES += res.qrc \ |
|
|
|
|
smileys/smileys.qrc |
|
|
|
|
|
|
|
|
|
GIT_VERSION = $$system(git rev-parse HEAD 2> /dev/null || echo "built without git") |
|
|
|
|
DEFINES += GIT_VERSION=\"\\\"$$quote($$GIT_VERSION)\\\"\" |
|
|
|
|
# date works on linux/mac, but it would hangs qmake on windows |
|
|
|
@ -80,6 +77,15 @@ android {
@@ -80,6 +77,15 @@ android {
|
|
|
|
|
HEADERS += src/widget/androidgui.h |
|
|
|
|
|
|
|
|
|
SOURCES += src/widget/androidgui.cpp |
|
|
|
|
|
|
|
|
|
DISTFILES += \ |
|
|
|
|
android/gradle/wrapper/gradle-wrapper.jar \ |
|
|
|
|
android/AndroidManifest.xml \ |
|
|
|
|
android/gradlew.bat \ |
|
|
|
|
android/res/values/libs.xml \ |
|
|
|
|
android/build.gradle \ |
|
|
|
|
android/gradle/wrapper/gradle-wrapper.properties \ |
|
|
|
|
android/gradlew |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
contains(DISABLE_PLATFORM_EXT, YES) { |
|
|
|
@ -261,125 +267,128 @@ contains(ENABLE_SYSTRAY_GTK_BACKEND, NO) {
@@ -261,125 +267,128 @@ contains(ENABLE_SYSTRAY_GTK_BACKEND, NO) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
!android { |
|
|
|
|
HEADERS += \ |
|
|
|
|
src/friend.h \ |
|
|
|
|
src/group.h \ |
|
|
|
|
src/grouplist.h \ |
|
|
|
|
src/friendlist.h \ |
|
|
|
|
src/misc/smileypack.h \ |
|
|
|
|
src/widget/emoticonswidget.h \ |
|
|
|
|
src/misc/style.h \ |
|
|
|
|
src/widget/croppinglabel.h \ |
|
|
|
|
src/widget/maskablepixmapwidget.h \ |
|
|
|
|
src/widget/videosurface.h \ |
|
|
|
|
src/widget/toxuri.h \ |
|
|
|
|
src/toxdns.h \ |
|
|
|
|
src/widget/toxsave.h \ |
|
|
|
|
src/misc/serialize.h \ |
|
|
|
|
src/chatlog/chatlog.h \ |
|
|
|
|
src/chatlog/chatline.h \ |
|
|
|
|
src/chatlog/chatlinecontent.h \ |
|
|
|
|
src/chatlog/chatlinecontentproxy.h \ |
|
|
|
|
src/chatlog/content/text.h \ |
|
|
|
|
src/chatlog/content/spinner.h \ |
|
|
|
|
src/chatlog/content/filetransferwidget.h \ |
|
|
|
|
src/chatlog/chatmessage.h \ |
|
|
|
|
src/chatlog/content/image.h \ |
|
|
|
|
src/chatlog/customtextdocument.h \ |
|
|
|
|
src/widget/form/settings/advancedform.h \ |
|
|
|
|
src/chatlog/content/notificationicon.h \ |
|
|
|
|
src/chatlog/content/timestamp.h \ |
|
|
|
|
src/chatlog/documentcache.h \ |
|
|
|
|
src/chatlog/pixmapcache.h \ |
|
|
|
|
src/offlinemsgengine.h \ |
|
|
|
|
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/widget/netcamview.h \ |
|
|
|
|
src/widget/friendlistwidget.h \ |
|
|
|
|
src/widget/genericchatroomwidget.h \ |
|
|
|
|
src/widget/form/genericchatform.h \ |
|
|
|
|
src/widget/adjustingscrollarea.h \ |
|
|
|
|
src/widget/form/loadhistorydialog.h \ |
|
|
|
|
src/widget/form/setpassworddialog.h \ |
|
|
|
|
src/widget/form/tabcompleter.h \ |
|
|
|
|
src/misc/flowlayout.h \ |
|
|
|
|
src/ipc.h \ |
|
|
|
|
src/autoupdate.h \ |
|
|
|
|
src/widget/callconfirmwidget.h \ |
|
|
|
|
src/widget/systemtrayicon.h \ |
|
|
|
|
src/widget/systemtrayicon_private.h |
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
|
src/widget/form/addfriendform.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/widget.cpp \ |
|
|
|
|
src/widget/netcamview.cpp \ |
|
|
|
|
src/widget/friendlistwidget.cpp \ |
|
|
|
|
src/widget/adjustingscrollarea.cpp \ |
|
|
|
|
src/widget/form/loadhistorydialog.cpp \ |
|
|
|
|
src/widget/form/setpassworddialog.cpp \ |
|
|
|
|
src/widget/form/tabcompleter.cpp \ |
|
|
|
|
src/misc/flowlayout.cpp \ |
|
|
|
|
src/ipc.cpp \ |
|
|
|
|
src/autoupdate.cpp \ |
|
|
|
|
src/widget/callconfirmwidget.cpp \ |
|
|
|
|
src/widget/systemtrayicon.cpp \ |
|
|
|
|
src/widget/groupwidget.cpp \ |
|
|
|
|
src/widget/friendwidget.cpp \ |
|
|
|
|
src/widget/form/chatform.cpp \ |
|
|
|
|
src/widget/form/groupchatform.cpp \ |
|
|
|
|
src/widget/form/genericchatform.cpp \ |
|
|
|
|
src/friend.cpp \ |
|
|
|
|
src/friendlist.cpp \ |
|
|
|
|
src/group.cpp \ |
|
|
|
|
src/grouplist.cpp \ |
|
|
|
|
src/misc/smileypack.cpp \ |
|
|
|
|
src/widget/emoticonswidget.cpp \ |
|
|
|
|
src/misc/style.cpp \ |
|
|
|
|
src/widget/croppinglabel.cpp \ |
|
|
|
|
src/widget/maskablepixmapwidget.cpp \ |
|
|
|
|
src/widget/videosurface.cpp \ |
|
|
|
|
src/widget/toxuri.cpp \ |
|
|
|
|
src/toxdns.cpp \ |
|
|
|
|
src/widget/toxsave.cpp \ |
|
|
|
|
src/misc/serialize.cpp \ |
|
|
|
|
src/chatlog/chatlog.cpp \ |
|
|
|
|
src/chatlog/chatline.cpp \ |
|
|
|
|
src/chatlog/chatlinecontent.cpp \ |
|
|
|
|
src/chatlog/chatlinecontentproxy.cpp \ |
|
|
|
|
src/chatlog/content/text.cpp \ |
|
|
|
|
src/chatlog/content/spinner.cpp \ |
|
|
|
|
src/chatlog/content/filetransferwidget.cpp \ |
|
|
|
|
src/chatlog/chatmessage.cpp \ |
|
|
|
|
src/chatlog/content/image.cpp \ |
|
|
|
|
src/chatlog/customtextdocument.cpp\ |
|
|
|
|
src/widget/form/settings/advancedform.cpp \ |
|
|
|
|
src/chatlog/content/notificationicon.cpp \ |
|
|
|
|
src/chatlog/content/timestamp.cpp \ |
|
|
|
|
src/chatlog/documentcache.cpp \ |
|
|
|
|
src/chatlog/pixmapcache.cpp \ |
|
|
|
|
src/offlinemsgengine.cpp \ |
|
|
|
|
src/widget/genericchatroomwidget.cpp |
|
|
|
|
RESOURCES += res.qrc \ |
|
|
|
|
smileys/smileys.qrc |
|
|
|
|
|
|
|
|
|
HEADERS += \ |
|
|
|
|
src/friend.h \ |
|
|
|
|
src/group.h \ |
|
|
|
|
src/grouplist.h \ |
|
|
|
|
src/friendlist.h \ |
|
|
|
|
src/misc/smileypack.h \ |
|
|
|
|
src/widget/emoticonswidget.h \ |
|
|
|
|
src/misc/style.h \ |
|
|
|
|
src/widget/croppinglabel.h \ |
|
|
|
|
src/widget/maskablepixmapwidget.h \ |
|
|
|
|
src/widget/videosurface.h \ |
|
|
|
|
src/widget/toxuri.h \ |
|
|
|
|
src/toxdns.h \ |
|
|
|
|
src/widget/toxsave.h \ |
|
|
|
|
src/misc/serialize.h \ |
|
|
|
|
src/chatlog/chatlog.h \ |
|
|
|
|
src/chatlog/chatline.h \ |
|
|
|
|
src/chatlog/chatlinecontent.h \ |
|
|
|
|
src/chatlog/chatlinecontentproxy.h \ |
|
|
|
|
src/chatlog/content/text.h \ |
|
|
|
|
src/chatlog/content/spinner.h \ |
|
|
|
|
src/chatlog/content/filetransferwidget.h \ |
|
|
|
|
src/chatlog/chatmessage.h \ |
|
|
|
|
src/chatlog/content/image.h \ |
|
|
|
|
src/chatlog/customtextdocument.h \ |
|
|
|
|
src/widget/form/settings/advancedform.h \ |
|
|
|
|
src/chatlog/content/notificationicon.h \ |
|
|
|
|
src/chatlog/content/timestamp.h \ |
|
|
|
|
src/chatlog/documentcache.h \ |
|
|
|
|
src/chatlog/pixmapcache.h \ |
|
|
|
|
src/offlinemsgengine.h \ |
|
|
|
|
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/widget/netcamview.h \ |
|
|
|
|
src/widget/friendlistwidget.h \ |
|
|
|
|
src/widget/genericchatroomwidget.h \ |
|
|
|
|
src/widget/form/genericchatform.h \ |
|
|
|
|
src/widget/adjustingscrollarea.h \ |
|
|
|
|
src/widget/form/loadhistorydialog.h \ |
|
|
|
|
src/widget/form/setpassworddialog.h \ |
|
|
|
|
src/widget/form/tabcompleter.h \ |
|
|
|
|
src/misc/flowlayout.h \ |
|
|
|
|
src/ipc.h \ |
|
|
|
|
src/autoupdate.h \ |
|
|
|
|
src/widget/callconfirmwidget.h \ |
|
|
|
|
src/widget/systemtrayicon.h \ |
|
|
|
|
src/widget/systemtrayicon_private.h |
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
|
src/widget/form/addfriendform.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/widget.cpp \ |
|
|
|
|
src/widget/netcamview.cpp \ |
|
|
|
|
src/widget/friendlistwidget.cpp \ |
|
|
|
|
src/widget/adjustingscrollarea.cpp \ |
|
|
|
|
src/widget/form/loadhistorydialog.cpp \ |
|
|
|
|
src/widget/form/setpassworddialog.cpp \ |
|
|
|
|
src/widget/form/tabcompleter.cpp \ |
|
|
|
|
src/misc/flowlayout.cpp \ |
|
|
|
|
src/ipc.cpp \ |
|
|
|
|
src/autoupdate.cpp \ |
|
|
|
|
src/widget/callconfirmwidget.cpp \ |
|
|
|
|
src/widget/systemtrayicon.cpp \ |
|
|
|
|
src/widget/groupwidget.cpp \ |
|
|
|
|
src/widget/friendwidget.cpp \ |
|
|
|
|
src/widget/form/chatform.cpp \ |
|
|
|
|
src/widget/form/groupchatform.cpp \ |
|
|
|
|
src/widget/form/genericchatform.cpp \ |
|
|
|
|
src/friend.cpp \ |
|
|
|
|
src/friendlist.cpp \ |
|
|
|
|
src/group.cpp \ |
|
|
|
|
src/grouplist.cpp \ |
|
|
|
|
src/misc/smileypack.cpp \ |
|
|
|
|
src/widget/emoticonswidget.cpp \ |
|
|
|
|
src/misc/style.cpp \ |
|
|
|
|
src/widget/croppinglabel.cpp \ |
|
|
|
|
src/widget/maskablepixmapwidget.cpp \ |
|
|
|
|
src/widget/videosurface.cpp \ |
|
|
|
|
src/widget/toxuri.cpp \ |
|
|
|
|
src/toxdns.cpp \ |
|
|
|
|
src/widget/toxsave.cpp \ |
|
|
|
|
src/misc/serialize.cpp \ |
|
|
|
|
src/chatlog/chatlog.cpp \ |
|
|
|
|
src/chatlog/chatline.cpp \ |
|
|
|
|
src/chatlog/chatlinecontent.cpp \ |
|
|
|
|
src/chatlog/chatlinecontentproxy.cpp \ |
|
|
|
|
src/chatlog/content/text.cpp \ |
|
|
|
|
src/chatlog/content/spinner.cpp \ |
|
|
|
|
src/chatlog/content/filetransferwidget.cpp \ |
|
|
|
|
src/chatlog/chatmessage.cpp \ |
|
|
|
|
src/chatlog/content/image.cpp \ |
|
|
|
|
src/chatlog/customtextdocument.cpp\ |
|
|
|
|
src/widget/form/settings/advancedform.cpp \ |
|
|
|
|
src/chatlog/content/notificationicon.cpp \ |
|
|
|
|
src/chatlog/content/timestamp.cpp \ |
|
|
|
|
src/chatlog/documentcache.cpp \ |
|
|
|
|
src/chatlog/pixmapcache.cpp \ |
|
|
|
|
src/offlinemsgengine.cpp \ |
|
|
|
|
src/widget/genericchatroomwidget.cpp |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SOURCES += \ |
|
|
|
@ -424,12 +433,3 @@ HEADERS += \
@@ -424,12 +433,3 @@ HEADERS += \
|
|
|
|
|
src/video/videosource.h \ |
|
|
|
|
src/widget/gui.h \ |
|
|
|
|
src/toxme.h |
|
|
|
|
|
|
|
|
|
DISTFILES += \ |
|
|
|
|
android/gradle/wrapper/gradle-wrapper.jar \ |
|
|
|
|
android/AndroidManifest.xml \ |
|
|
|
|
android/gradlew.bat \ |
|
|
|
|
android/res/values/libs.xml \ |
|
|
|
|
android/build.gradle \ |
|
|
|
|
android/gradle/wrapper/gradle-wrapper.properties \ |
|
|
|
|
android/gradlew |
|
|
|
|