Results 1 to 1 of 1

Thread: CMake problems to find lib

  1. #1
    Join Date
    May 2013
    Posts
    321
    Thanks
    9
    Thanked 8 Times in 8 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default CMake problems to find lib

    Hi all,
    I use CMake to manage my project but I have problem with qt5 : "Failed to find "glu32"" and same for "Qt5Widgets".
    I tried to add : "set(CMAKE_LIBRARY_PATH “C:\\Program Files (x86)\\Windows Kits\\8.0\\Lib\\win8\\um\\x64”)"
    but that change nothing about glu32 (and other libs who are needed).
    Thanks for the help

    EDIT :
    set(CMAKE_PREFIX_PATH "C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x64")
    make it working but then I saw that qt app doesn't want to compile with vs2013 using vs2012 lib...
    I hope vs2013 lib will be released soon
    Last edited by Alundra; 6th November 2013 at 15:22.

Similar Threads

  1. CMake and subdirectories
    By elcuco in forum Qt Programming
    Replies: 1
    Last Post: 24th May 2012, 22:05
  2. Cmake
    By R.CH in forum Qt Programming
    Replies: 1
    Last Post: 7th October 2010, 18:06
  3. Replies: 0
    Last Post: 12th October 2009, 23:37
  4. using moc with cmake
    By Isaac in forum Newbie
    Replies: 2
    Last Post: 29th May 2008, 04:10
  5. CMake and pthreads
    By Matt Smith in forum General Discussion
    Replies: 5
    Last Post: 3rd September 2006, 21:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.