mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42: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
|
set(unifdef_arguments
|
||||||
# bootstrap
|
# bootstrap
|
||||||
-UQT_BOOTSTRAPPED
|
-UQT_BOOTSTRAPPED
|
||||||
-UQT_MOC
|
|
||||||
# not supported
|
# not supported
|
||||||
-UQT_NO_QOBJECT
|
-UQT_NO_QOBJECT
|
||||||
-UQT_NO_COMPRESS
|
-UQT_NO_COMPRESS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
add_definitions(-DQT_MOC)
|
# add_definitions()
|
||||||
set(EXTRA_MOC_LIBS
|
set(EXTRA_MOC_LIBS
|
||||||
KtCore
|
KtCore
|
||||||
# possible pthread reference from the global static mutex used in qmetaobject_p.h
|
# possible pthread reference from the global static mutex used in qmetaobject_p.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue