mumble/plugins/plugins.pri
2009-03-22 14:31:14 +01:00

17 lines
293 B
Plaintext

include(../compiler.pri)
TEMPLATE = lib
CONFIG += plugin debug_and_release warn_on
CONFIG -= qt
DIST *= mumble_plugin.h
CONFIG(debug, debug|release) {
CONFIG += console
DESTDIR = ../../debug/plugins
}
CONFIG(release, debug|release) {
DESTDIR = ../../release/plugins
}