interfaces: add dummy source file for kspeech

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2017-04-27 13:57:29 +00:00
parent 198d392aaf
commit ee20ecfac8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,5 @@
# dummy library for generate_export_header()
include_directories(${QT_INCLUDES})
add_library(kspeech kspeech.h)
add_library(kspeech kspeech_dummy.cpp)
generate_export_header(kspeech)

View file

@ -0,0 +1 @@
enum { LibraryNeedsAtLeastOneSourceFile = 0 };