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@1108 05730e5d-ab1b-0410-a4ac-84af385074fa
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
include(../compiler.pri)
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += plugin debug_and_release warn_on
|
|
CONFIG -= qt
|
|
|
|
CONFIG(debug, debug|release) {
|
|
CONFIG += console
|
|
DESTDIR = ../../debug/plugins
|
|
}
|
|
|
|
CONFIG(release, debug|release) {
|
|
DESTDIR = ../../release/plugins
|
|
}
|
|
|