diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-07 21:39:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-07 21:39:22 +0000 |
| commit | f3f9a89daece661c8a3e1c4a2568034b92ae177a (patch) | |
| tree | 2baf86b30cbde3ab95aa983e1e278adfbb5fbb92 /src/plugins | |
| parent | be8175313645542ae50e175a0b72c611e9178ae1 (diff) | |
| download | qmmp-f3f9a89daece661c8a3e1c4a2568034b92ae177a.tar.gz qmmp-f3f9a89daece661c8a3e1c4a2568034b92ae177a.tar.bz2 qmmp-f3f9a89daece661c8a3e1c4a2568034b92ae177a.zip | |
fixed cmake 3.10 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7523 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 2e35f2b33..9cf51d112 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -61,6 +61,7 @@ QT4_WRAP_UI(libhotkey_UIS_H ${libhotkey_UIS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(X11_FOUND) +set_property(SOURCE hotkeymanager_x11.cpp PROPERTY SKIP_AUTOMOC ON) ADD_LIBRARY(hotkey MODULE ${libhotkey_SRCS} ${libhotkey_UIS_H} ${libhotkey_RCC_SRCS}) add_dependencies(hotkey qmmpui) target_link_libraries(hotkey ${QT_LIBRARIES} qmmpui libqmmp ${X11_LDFLAGS}) |
