Skip to content

faming-wang/QTeamSpeak3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTeamSpeak3

A Qt-Wrapper around the native TeamSpeak-SDK. It provides the same functionality in the Qt style.

Depends

CMake build

git clone https://github.com/faming-wang/QTeamSpeak3.git ./QTeamSpeak3
cd QTeamSpeak3

Create a build directory

mkdir out

Run the cmake command in the build directory to configure

cd out
cmake .. -D Qt5_DIR=[you qt lib root path]/lib/cmake/Qt5

On Windows

msbuild QTeamSpeak3.sln /property:Configuration=Debug /property:Platform="Win32"
msbuild QTeamSpeak3.sln /property:Configuration=Release /property:Platform="Win32"

On Linux or MacOS

make
make install

On IOS sa cmake-ios

About

A Qt wrapper for the TeamSpeak 3 SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages