blob: dc5f53d8ac48a6e20e4ce4475522e10d42486889 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Qt/Platform/linux.pri.orig 2015-02-26 20:05:06 UTC
+++ Qt/Platform/linux.pri
@@ -6,7 +6,8 @@
}
# Executable
- LIBS += -ldl -lrt
+ LIBS += $$QMAKE_LIBS_DYNLOAD
+ linux-*|hpux-*|solaris-*: LIBS += -lrt
# Packaging
icon16.files = $$P/assets/unix-icons/hicolor/16x16/apps/ppsspp.png
|