diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-01 11:05:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-01 11:05:55 +0000 |
| commit | 5245c295d8ff79c95ef9d1dcd7198d88613fcc04 (patch) | |
| tree | 26b4ae1a854d893dbde0eaac78cd19f9707b3554 /src/plugins/Output/directsound/CMakeLists.txt | |
| parent | ae2b9f6f9fd882f44a253b143aada0dc7cb0264c (diff) | |
| download | qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.gz qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.bz2 qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.zip | |
feature to change application name
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8077 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/directsound/CMakeLists.txt')
| -rw-r--r-- | src/plugins/Output/directsound/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/directsound/CMakeLists.txt b/src/plugins/Output/directsound/CMakeLists.txt index 52a3128ff..82e1afaed 100644 --- a/src/plugins/Output/directsound/CMakeLists.txt +++ b/src/plugins/Output/directsound/CMakeLists.txt @@ -27,8 +27,8 @@ QT5_ADD_RESOURCES(libdirectsound_RCC_SRCS ${libdirectsound_RCCS}) IF(DSOUND_H_FOUND) ADD_LIBRARY(directsound MODULE ${libdirectsound_SRCS} ${libdirectsound_RCC_SRCS} ${libdirectsound_HDRS}) -add_dependencies(directsound qmmp) -target_link_libraries(directsound Qt5::Widgets -lqmmp -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound) +add_dependencies(directsound libqmmp) +target_link_libraries(directsound Qt5::Widgets libqmmp -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound) install(TARGETS directsound DESTINATION ${PLUGIN_DIR}/Output) ENDIF(DSOUND_H_FOUND) |
