Hi
I'm trying to compile this application https://github.com/mmozeiko/RcloneBrowser/
I've cloned the git, create the build dir
I've installed qt5
but when I tried to run cmake , I've got this error
All the ouput
Any ideas ?
thanks
I'm trying to compile this application https://github.com/mmozeiko/RcloneBrowser/
I've cloned the git, create the build dir
I've installed qt5
but when I tried to run cmake , I've got this error
Code:
CMake Error at CMakeLists.txt:70 (qt5_wrap_ui):
Unknown CMake command "qt5_wrap_ui".
All the ouput
Code:
$ cmake ..
-- The C compiler identification is Clang 6.0.1
-- The CXX compiler identification is Clang 6.0.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at CMakeLists.txt:68 (add_definitions):
Policy CMP0005 is not set: Preprocessor definition values are now escaped
automatically. Run "cmake --help-policy CMP0005" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at CMakeLists.txt:70 (qt5_wrap_ui):
Unknown CMake command "qt5_wrap_ui".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.13)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/ragnarok/rclone-dropbox/RcloneBrowser/src/build/CMakeFiles/CMakeOutput.log".
Any ideas ?
thanks
