Code Monkey home page Code Monkey logo

sast-music's Introduction

SAST Music

NJUPT SAST2023.C++ WoC

简介

桌面端云音乐播放器,使用Qt6编写

Build

fork 本仓库后,执行以下命令

Note

请将 <YOUR_USERNAME>/<YOUR_REPO_NAME> 更换为你的用户名和仓库地址

git clone --recursive https://github.com/<YOUR_USERNAME>/<YOUR_REPO_NAME>.git 

Use your IDE (QtCreator or CLion) to open. Only CMake support.

已知问题及解决方法

  • Linux平台CMake生成报错

    保证目录下存在build文件夹后再执行CMake,或执行第二遍CMake

  • Linux平台编译报错,无法创建文件夹 /usr/lib/qt6/qml/FluentUI

    sudo chmod 777 /usr/lib/qt6/qml
  • Linux平台运行报错:use incomplete Qt library(5.15)

    libs/FluentUI/CMakeLists.txt

    find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)

    改为

    find_package(QT NAMES Qt6REQUIRED COMPONENTS Core)

    重新编译后再将其改回去

  • CMake find_package 报错

    下载安装缺少的组件,例如 Qt6::MultiMedia

Tasks & API Docs

wiki

sast-music's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sast-music's Issues

feat: network

文件目录,文件名
Infrastructure/Network/NetworkClient.h
Infrastructure/Network/NetworkClient.cpp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.