aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-02-01 19:24:47 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-02-01 19:24:47 +0000
commit85958def7be890cf21a1e3d340683203699c0a5e (patch)
tree869e56b9dd8fd93e0083b44a19dae3161513f3e8
parent507b75d66f3b98b15280e76e1f7f2c69a4926b4c (diff)
downloadqmmp-85958def7be890cf21a1e3d340683203699c0a5e.tar.gz
qmmp-85958def7be890cf21a1e3d340683203699c0a5e.tar.bz2
qmmp-85958def7be890cf21a1e3d340683203699c0a5e.zip
changed default qt path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8661 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 400fcb00d..0d0c1b587 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
ENDIF()
#Qt5 modules
-SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /opt/qt56/lib/cmake)
+SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /opt/qt512/lib/cmake)
#installation paths
include(GNUInstallDirs)