Advertisement
perse

cmakelists diff

Apr 18th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ╭─epers@wintermute ~/cantata-read-only
  2. ╰─ diff orig_CMakeLists.txt CMakeLists.txt
  3. 605,611d604
  4. < if (WIN32 OR APPLE OR NOT ENABLE_QT5)
  5. < add_definitions(-DQXT_STATIC)
  6. < add_subdirectory(3rdparty/qxt)
  7. < include_directories(${CMAKE_SOURCE_DIR}/3rdparty/qxt)
  8. < set(CANTATA_SRCS ${CANTATA_SRCS} gui/qxtmediakeys.cpp)
  9. < endif (WIN32 OR APPLE OR NOT ENABLE_QT5)
  10. <
  11. 639c632
  12. < target_link_libraries(cantata qxt)
  13. ---
  14. > target_link_libraries(cantata)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement