mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #2703: Qt 4-related FTBFS issues
This commit is contained in:
commit
be79bffe10
@ -21,7 +21,7 @@ unix:!macx {
|
||||
TARGET = mumble$(TARGET_ADD)
|
||||
|
||||
DEFINES += TARGET_UNIX
|
||||
linux {
|
||||
linux* {
|
||||
LIBS *= -lrt -ldl
|
||||
}
|
||||
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)
|
||||
|
||||
@ -15,7 +15,7 @@ win32 {
|
||||
unix {
|
||||
SOURCES = link-posix.cpp
|
||||
|
||||
linux {
|
||||
linux* {
|
||||
LIBS += -lrt
|
||||
}
|
||||
}
|
||||
|
||||
@ -18,7 +18,6 @@ DeveloperConsole::DeveloperConsole(QObject *parent)
|
||||
|
||||
DeveloperConsole::~DeveloperConsole() {
|
||||
QMainWindow *mw = m_window.data();
|
||||
m_window.clear();
|
||||
delete mw;
|
||||
}
|
||||
|
||||
|
||||
@ -473,7 +473,7 @@ unix {
|
||||
HEADERS *= GlobalShortcut_unix.h
|
||||
SOURCES *= os_unix.cpp GlobalShortcut_unix.cpp TextToSpeech_unix.cpp Overlay_unix.cpp SharedMemory_unix.cpp Log_unix.cpp
|
||||
must_pkgconfig(x11)
|
||||
linux {
|
||||
linux* {
|
||||
LIBS *= -lrt
|
||||
}
|
||||
LIBS *= -lXi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user