mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1047 05730e5d-ab1b-0410-a4ac-84af385074fa
8 lines
143 B
Prolog
8 lines
143 B
Prolog
TEMPLATE =app
|
|
CONFIG += qt thread warn_on debug console
|
|
LANGUAGE = C++
|
|
TARGET = TestLink
|
|
SOURCES = TestLink.cpp
|
|
INCLUDEPATH += ../../plugins
|
|
|