Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not decode "Library/CMakeLists.txt" with "UTF-8"-encoding. Editing not possible. #62

Open
lagner opened this issue May 5, 2015 · 0 comments

Comments

@lagner
Copy link

lagner commented May 5, 2015

If you try to open Library/CMakeLists.txt using QtCreator on Linux machine you get the error above. The problem is:
set(CMAKE_EXE_LINKER_FLAGS “-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES”)
looks like
set(CMAKE_EXE_LINKER_FLAGS �-framework AudioToolbox -framework CoreGraphics -framework QuartzCore -framework UIKit -framework OpenGLES�)
in terminal. Removing quotes solves the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant