mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
interfaces: add dummy source file for kspeech
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
198d392aaf
commit
ee20ecfac8
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
1
interfaces/kspeech/kspeech_dummy.cpp
Normal file
1
interfaces/kspeech/kspeech_dummy.cpp
Normal file
|
@ -0,0 +1 @@
|
|||
enum { LibraryNeedsAtLeastOneSourceFile = 0 };
|
Loading…
Add table
Reference in a new issue