CMakeLists.txt 82 B

12
  1. add_library(a OBJECT classa.cpp)
  2. target_link_libraries(a PRIVATE ${QT_LIBRARIES})