diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-19 11:55:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-05-19 11:55:55 +0000 |
| commit | afefc873f2c140a95b06b5c6c95a7203747deaa1 (patch) | |
| tree | ab7a0a4250e4cab741d6d86d5e8fa7a3b711ff08 /src/plugins/Output/wasapi/wasapi.pro | |
| parent | 101eb6c9cd4b0074f9ee041ca924a7870effbd58 (diff) | |
| download | qmmp-afefc873f2c140a95b06b5c6c95a7203747deaa1.tar.gz qmmp-afefc873f2c140a95b06b5c6c95a7203747deaa1.tar.bz2 qmmp-afefc873f2c140a95b06b5c6c95a7203747deaa1.zip | |
prepare for WASAPI implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6363 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/wasapi/wasapi.pro')
| -rw-r--r-- | src/plugins/Output/wasapi/wasapi.pro | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/plugins/Output/wasapi/wasapi.pro b/src/plugins/Output/wasapi/wasapi.pro new file mode 100644 index 000000000..08a8b0b23 --- /dev/null +++ b/src/plugins/Output/wasapi/wasapi.pro @@ -0,0 +1,31 @@ +include(../../plugins.pri) + +HEADERS += outputwasapifactory.h \ + outputwasapi.h + +SOURCES += outputwasapifactory.cpp \ + outputwasapi.cpp + +HEADERS += ../../../../src/qmmp/output.h + + +TARGET=$$PLUGINS_PREFIX/Output/wasapi + +INCLUDEPATH += ../../../ +QMAKE_LIBDIR += ../../../../bin + +CONFIG += warn_on \ +thread \ +plugin + +TEMPLATE = lib +LIBS += -lqmmp0 -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound -lksuser + +#RESOURCES = translations/translations.qrc + +isEmpty (LIB_DIR){ +LIB_DIR = /lib +} + +target.path = $$LIB_DIR/qmmp/Output +INSTALLS += target |
