# RecordPlay **Repository Path**: zewen/RecordPlay ## Basic Information - **Project Name**: RecordPlay - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-23 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RecordPlay #make method: 1. qmake -project 2. qmake RecordPlay.pro 3. make #note before make should add below into the RecordPlay.pro: QT += core gui network multimedia greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 CONFIG += static