mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
oops, fix build
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
735a60abe6
commit
84910fb6e9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function(KATIE_SETUP_TARGET FORTARGET)
|
|||
file(READ "${resource}" rsccontent)
|
||||
if("${rsccontent}" MATCHES "(Q_OBJECT|Q_OBJECT_FAKE|Q_GADGET)")
|
||||
set(rscout "${rscpath}/moc_${rscname}${rscext}")
|
||||
set(targetresources "${targetresources} ${rscout}")
|
||||
set(targetresources ${targetresources} ${rscout})
|
||||
get_directory_property(dirdefs COMPILE_DEFINITIONS)
|
||||
get_directory_property(dirincs INCLUDE_DIRECTORIES)
|
||||
set(mocargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue