add jami
This commit is contained in:
12
net-voip/jami-client-qt/files/drop-qt-version-check.patch
Normal file
12
net-voip/jami-client-qt/files/drop-qt-version-check.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/src/app/mainapplication.cpp
|
||||
+++ b/src/app/mainapplication.cpp
|
||||
@@ -100,9 +100,6 @@ ScreenInfo::setCurrentFocusWindow(QWindow* window)
|
||||
: QApplication(argc, argv)
|
||||
{
|
||||
const char* qtVersion = qVersion();
|
||||
- if (strncmp(qtVersion, QT_VERSION_STR, strnlen(qtVersion, sizeof qtVersion)) != 0) {
|
||||
- C_FATAL << "Qt build version mismatch!" << QT_VERSION_STR;
|
||||
- }
|
||||
|
||||
parseArguments();
|
||||
|
||||
Reference in New Issue
Block a user