CMakeLists.txt 111 B

1234
  1. add_executable(parselib parsehdr.cpp)
  2. target_link_libraries(parselib dcc_hash)
  3. qt5_use_modules(parselib Core)