Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634292
Collapse All | Expand All

(-)apitrace-7.1.orig/gui/CMakeLists.txt (-2 lines)
Lines 80-87 set(qapitrace_UIS Link Here
80
   )
80
   )
81
81
82
set (CMAKE_AUTOMOC ON)
82
set (CMAKE_AUTOMOC ON)
83
# Silence `Note: No relevant classes found. No output generated.`
84
set (CMAKE_AUTOMOC_MOC_OPTIONS "-nn")
85
83
86
QT5_WRAP_UI(qapitrace_UIS_H ${qapitrace_UIS})
84
QT5_WRAP_UI(qapitrace_UIS_H ${qapitrace_UIS})
87
set(CMAKE_INCLUDE_CURRENT_DIR ON)
85
set(CMAKE_INCLUDE_CURRENT_DIR ON)

Return to bug 634292