2014-07-07 00:38:05 +08:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2014-06-22T14:07:35
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
2014-07-07 00:19:45 +08:00
|
|
|
|
|
|
|
# Copyright (C) 2014 by Project Tox <https://tox.im>
|
|
|
|
#
|
|
|
|
# This file is part of qTox, a Qt-based graphical interface for Tox.
|
|
|
|
#
|
|
|
|
# This program is libre software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# See the COPYING file for more details.
|
|
|
|
|
|
|
|
|
2014-08-30 21:15:23 +08:00
|
|
|
QT += core gui network xml
|
2014-07-07 00:38:05 +08:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
|
2014-07-16 00:04:26 +08:00
|
|
|
TARGET = qtox
|
2014-07-07 00:38:05 +08:00
|
|
|
TEMPLATE = app
|
2014-08-11 16:00:08 +08:00
|
|
|
FORMS += \
|
|
|
|
mainwindow.ui
|
2014-07-07 00:38:05 +08:00
|
|
|
CONFIG += c++11
|
|
|
|
|
2014-07-07 15:27:54 +08:00
|
|
|
TRANSLATIONS = translations/de.ts \
|
|
|
|
translations/fr.ts \
|
|
|
|
translations/it.ts \
|
2014-09-13 03:59:49 +08:00
|
|
|
translations/ru.ts \
|
2014-09-13 17:49:58 +08:00
|
|
|
translations/pl.ts \
|
2014-09-22 04:28:04 +08:00
|
|
|
translations/fi.ts \
|
2014-09-13 06:07:25 +08:00
|
|
|
translations/mannol.ts
|
2014-07-07 00:38:05 +08:00
|
|
|
|
|
|
|
RESOURCES += res.qrc
|
|
|
|
|
2014-09-02 02:33:04 +08:00
|
|
|
contains(JENKINS,YES) {
|
|
|
|
INCLUDEPATH += ./libs/include/
|
|
|
|
} else {
|
|
|
|
INCLUDEPATH += libs/include
|
|
|
|
}
|
2014-08-31 17:39:29 +08:00
|
|
|
|
|
|
|
# Rules for Windows, Mac OSX, and Linux
|
2014-07-07 00:38:05 +08:00
|
|
|
win32 {
|
2014-09-21 03:56:06 +08:00
|
|
|
LIBS += -L$$PWD/libs/lib -lopencv_core249 -lopencv_highgui249 -lopencv_imgproc249 -lOpenAL32
|
2014-09-08 06:41:21 +08:00
|
|
|
LIBS += $$PWD/libs/lib/libtoxav.a $$PWD/libs/lib/libopus.a $$PWD/libs/lib/libvpx.a $$PWD/libs/lib/libtoxcore.a -lws2_32 $$PWD/libs/lib/libsodium.a -lpthread -liphlpapi
|
2014-07-07 00:38:05 +08:00
|
|
|
} else {
|
2014-09-08 06:41:21 +08:00
|
|
|
macx {
|
|
|
|
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -lsodium -lvpx -framework OpenAL -lopencv_core -lopencv_highgui
|
2014-08-31 17:39:29 +08:00
|
|
|
} else {
|
2014-09-08 06:41:21 +08:00
|
|
|
# If we're building a package, static link libtox[core,av] and libsodium, since they are not provided by any package
|
|
|
|
contains(STATICPKG, YES) {
|
|
|
|
target.path = /usr/bin
|
|
|
|
INSTALLS += target
|
|
|
|
LIBS += -L$$PWD/libs/lib/ -Wl,-Bstatic -ltoxcore -ltoxav -lsodium -Wl,-Bdynamic -lopus -lvpx -lopenal -lopencv_core -lopencv_highgui
|
|
|
|
} else {
|
|
|
|
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -lvpx -lopenal -lopencv_core -lopencv_highgui
|
|
|
|
}
|
2014-09-02 02:33:04 +08:00
|
|
|
|
2014-09-08 06:41:21 +08:00
|
|
|
contains(JENKINS, YES) {
|
|
|
|
LIBS = ./libs/lib/libtoxav.a ./libs/lib/libvpx.a ./libs/lib/libopus.a ./libs/lib/libtoxcore.a ./libs/lib/libsodium.a -lopencv_core -lopencv_highgui -lopenal
|
|
|
|
}
|
2014-09-02 02:33:04 +08:00
|
|
|
}
|
2014-07-07 00:38:05 +08:00
|
|
|
}
|
|
|
|
|
2014-08-31 17:39:29 +08:00
|
|
|
|
2014-07-07 00:38:05 +08:00
|
|
|
#### Static linux build
|
2014-07-13 04:37:11 +08:00
|
|
|
#LIBS += -Wl,-Bstatic -ltoxcore -ltoxav -lsodium -lvpx -lopus \
|
|
|
|
# -lgstbase-0.10 -lgstreamer-0.10 -lgmodule-2.0 -lgstaudio-0.10 -lxml2 \
|
|
|
|
# -lX11-xcb -lXi -lxcb-render-util -lxcb-glx -lxcb-render -ldbus-1 \
|
|
|
|
# -lxcb -lXau -lXdmcp -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr -lxcb-shape \
|
2014-07-07 00:38:05 +08:00
|
|
|
# -lxcb-keysyms -lxcb-xkb -lfontconfig -lfreetype -lXrender -lXext -lX11 \
|
2014-07-13 04:37:11 +08:00
|
|
|
# -lpng -lz -licui18n -licuuc -licudata -lm -lgthread-2.0 \
|
|
|
|
# -pthread -lrt -lGL -lpthread -Wl,-Bdynamic -ldl -lc
|
2014-07-07 00:38:05 +08:00
|
|
|
#QMAKE_CXXFLAGS += -Os -flto -static-libstdc++ -static-libgcc
|
|
|
|
|
|
|
|
HEADERS += widget/form/addfriendform.h \
|
|
|
|
widget/form/chatform.h \
|
|
|
|
widget/form/groupchatform.h \
|
2014-07-12 00:05:18 +08:00
|
|
|
widget/form/filesform.h \
|
2014-07-07 00:38:05 +08:00
|
|
|
widget/tool/chattextedit.h \
|
|
|
|
widget/tool/friendrequestdialog.h \
|
|
|
|
widget/friendwidget.h \
|
|
|
|
widget/groupwidget.h \
|
|
|
|
widget/widget.h \
|
|
|
|
friend.h \
|
|
|
|
group.h \
|
|
|
|
grouplist.h \
|
|
|
|
settings.h \
|
|
|
|
core.h \
|
|
|
|
friendlist.h \
|
|
|
|
cdata.h \
|
|
|
|
cstring.h \
|
|
|
|
widget/selfcamview.h \
|
|
|
|
widget/camera.h \
|
|
|
|
widget/netcamview.h \
|
2014-08-01 20:32:51 +08:00
|
|
|
smileypack.h \
|
2014-08-11 00:14:50 +08:00
|
|
|
widget/emoticonswidget.h \
|
2014-08-11 16:00:08 +08:00
|
|
|
style.h \
|
2014-08-14 15:47:30 +08:00
|
|
|
widget/adjustingscrollarea.h \
|
2014-08-22 23:19:16 +08:00
|
|
|
widget/croppinglabel.h \
|
2014-09-01 23:02:26 +08:00
|
|
|
widget/friendlistwidget.h \
|
2014-09-05 02:09:55 +08:00
|
|
|
widget/genericchatroomwidget.h \
|
2014-09-06 03:27:26 +08:00
|
|
|
widget/form/genericchatform.h \
|
2014-09-07 01:28:26 +08:00
|
|
|
widget/tool/chataction.h \
|
2014-09-06 03:27:26 +08:00
|
|
|
widget/chatareawidget.h \
|
2014-09-11 21:44:34 +08:00
|
|
|
filetransferinstance.h \
|
|
|
|
corestructs.h \
|
|
|
|
coredefines.h \
|
2014-09-12 21:41:41 +08:00
|
|
|
coreav.h \
|
|
|
|
widget/settingsdialog.h
|
2014-07-07 00:38:05 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
widget/form/addfriendform.cpp \
|
|
|
|
widget/form/chatform.cpp \
|
|
|
|
widget/form/groupchatform.cpp \
|
2014-07-12 00:05:18 +08:00
|
|
|
widget/form/filesform.cpp \
|
2014-07-07 00:38:05 +08:00
|
|
|
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 \
|
|
|
|
settings.cpp \
|
|
|
|
cdata.cpp \
|
|
|
|
cstring.cpp \
|
|
|
|
widget/selfcamview.cpp \
|
|
|
|
widget/camera.cpp \
|
|
|
|
widget/netcamview.cpp \
|
2014-08-01 20:32:51 +08:00
|
|
|
smileypack.cpp \
|
2014-08-11 00:14:50 +08:00
|
|
|
widget/emoticonswidget.cpp \
|
2014-08-11 16:00:08 +08:00
|
|
|
style.cpp \
|
2014-08-14 15:47:30 +08:00
|
|
|
widget/adjustingscrollarea.cpp \
|
2014-08-22 23:19:16 +08:00
|
|
|
widget/croppinglabel.cpp \
|
2014-08-28 20:30:38 +08:00
|
|
|
widget/friendlistwidget.cpp \
|
2014-09-01 23:02:26 +08:00
|
|
|
coreav.cpp \
|
2014-09-05 02:09:55 +08:00
|
|
|
widget/genericchatroomwidget.cpp \
|
2014-09-06 03:27:26 +08:00
|
|
|
widget/form/genericchatform.cpp \
|
2014-09-07 01:28:26 +08:00
|
|
|
widget/tool/chataction.cpp \
|
2014-09-06 03:27:26 +08:00
|
|
|
widget/chatareawidget.cpp \
|
2014-09-11 21:44:34 +08:00
|
|
|
filetransferinstance.cpp \
|
2014-09-12 21:41:41 +08:00
|
|
|
corestructs.cpp \
|
|
|
|
widget/settingsdialog.cpp
|