diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
| commit | ebd7f9bc697973366de8a6bf7265051e825e0680 (patch) | |
| tree | 1feb9df1c5fe3493e9aa1dd8f5d6233a38ae9d3c /src/plugins/Output/directsound | |
| parent | bc7ad688c646afd2a89e5c5ff58696f2df2c8605 (diff) | |
| download | qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.gz qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.bz2 qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.zip | |
renaming experimental branch
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/directsound')
| -rw-r--r-- | src/plugins/Output/directsound/CMakeLists.txt | 8 | ||||
| -rw-r--r-- | src/plugins/Output/directsound/directsound.pro | 15 |
2 files changed, 1 insertions, 22 deletions
diff --git a/src/plugins/Output/directsound/CMakeLists.txt b/src/plugins/Output/directsound/CMakeLists.txt index 5f8727756..c2b085c90 100644 --- a/src/plugins/Output/directsound/CMakeLists.txt +++ b/src/plugins/Output/directsound/CMakeLists.txt @@ -35,10 +35,6 @@ SET(libdirectsound_SRCS outputdirectsoundfactory.cpp ) -SET(libdirectsound_MOC_HDRS - outputdirectsoundfactory.h -) - SET(libdirectsound_HDRS outputdirectsound.h ) @@ -47,11 +43,9 @@ SET(libdirectsound_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libdirectsound_RCC_SRCS ${libdirectsound_RCCS}) -QT4_WRAP_CPP(libdirectsound_MOC_SRCS ${libdirectsound_MOC_HDRS}) - IF(DSOUND_H_FOUND) -ADD_LIBRARY(directsound MODULE ${libdirectsound_SRCS} ${libdirectsound_MOC_SRCS} ${libdirectsound_RCC_SRCS} ${libdirectsound_HDRS}) +ADD_LIBRARY(directsound MODULE ${libdirectsound_SRCS} ${libdirectsound_RCC_SRCS} ${libdirectsound_HDRS}) add_dependencies(directsound qmmp) target_link_libraries(directsound ${QT_LIBRARIES} -lqmmp -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound) install(TARGETS directsound DESTINATION ${LIB_DIR}/qmmp/Output) diff --git a/src/plugins/Output/directsound/directsound.pro b/src/plugins/Output/directsound/directsound.pro index 14bd03f66..6cbd4c30b 100644 --- a/src/plugins/Output/directsound/directsound.pro +++ b/src/plugins/Output/directsound/directsound.pro @@ -21,21 +21,6 @@ plugin TEMPLATE = lib LIBS += -lqmmp0 -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound -TRANSLATIONS = translations/directsound_plugin_cs.ts \ - translations/directsound_plugin_de.ts \ - translations/directsound_plugin_zh_CN.ts \ - translations/directsound_plugin_zh_TW.ts \ - translations/directsound_plugin_ru.ts \ - translations/directsound_plugin_pl.ts \ - translations/directsound_plugin_uk_UA.ts \ - translations/directsound_plugin_it.ts \ - translations/directsound_plugin_tr.ts \ - translations/directsound_plugin_lt.ts \ - translations/directsound_plugin_nl.ts \ - translations/directsound_plugin_ja.ts \ - translations/directsound_plugin_es.ts \ - translations/directsound_plugin_sr_BA.ts \ - translations/directsound_plugin_sr_RS.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ |
