2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

static linked openssl in Qt, gobject dynamic linked, moved gtk/appindicator init after Qt Application creation, trying to enable rdynamic flag

This commit is contained in:
John Preston
2016-02-21 17:45:07 +03:00
parent 6a299e32d3
commit 23a8090a73
9 changed files with 65 additions and 23 deletions

View File

@@ -861,6 +861,14 @@ namespace PlatformSpecific {
objc_finish();
}
namespace ThirdParty {
void start() {
}
void finish() {
}
}
}
void psNewVersion() {