mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
13 lines
572 B
Diff
13 lines
572 B
Diff
diff -ruN Yarock_1.1.3_source-orig/src/core/player/phonon/CMakeLists.txt Yarock_1.1.3_source/src/core/player/phonon/CMakeLists.txt
|
|
--- Yarock_1.1.3_source-orig/src/core/player/phonon/CMakeLists.txt 2015-05-21 00:42:46.627611703 +0300
|
|
+++ Yarock_1.1.3_source/src/core/player/phonon/CMakeLists.txt 2015-05-21 00:43:25.852867232 +0300
|
|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
if (ENABLE_QT5)
|
|
- INCLUDE_DIRECTORIES( ${PHONON_INCLUDE_DIR}/phonon4qt5 )
|
|
+ INCLUDE_DIRECTORIES( /usr/include/phonon4qt5 )
|
|
else (ENABLE_QT5)
|
|
INCLUDE_DIRECTORIES( ${PHONON_INCLUDES} )
|
|
endif (ENABLE_QT5)
|