mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove unused QT_MOC definition
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
600817a0b3
commit
97709019f9
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ file(GLOB_RECURSE headers "${headers_directory}/*.h")
|
|||
set(unifdef_arguments
|
||||
# bootstrap
|
||||
-UQT_BOOTSTRAPPED
|
||||
-UQT_MOC
|
||||
# not supported
|
||||
-UQT_NO_QOBJECT
|
||||
-UQT_NO_COMPRESS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_definitions(-DQT_MOC)
|
||||
# add_definitions()
|
||||
set(EXTRA_MOC_LIBS
|
||||
KtCore
|
||||
# possible pthread reference from the global static mutex used in qmetaobject_p.h
|
||||
|
|
Loading…
Add table
Reference in a new issue