find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
find_package(Qt5 COMPONENTS Multimedia REQUIRED)
add_executable(MyMp3Player main.cpp mainwindow.cpp)
target_link_libraries(MyMp3Player Qt5::Multimedia)
0 comments:
Post a Comment
Thanks