Skip to content

Commit

Permalink
[embedlite] Use objdir-relative SOURCES instead of GENERATED_SOURCES.
Browse files Browse the repository at this point in the history
Similar to sha1 806e022
  • Loading branch information
rainemak committed Dec 2, 2016
1 parent 8d5350b commit 91e1c05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions embedding/embedlite/tests/shared/moz.build
Expand Up @@ -6,15 +6,12 @@

USE_STATIC_LIBS = True

GENERATED_SOURCES += [
'moc_qmessagepump.cpp',
]

EXPORTS += [
'qmessagepump.h',
]

SOURCES += [
'!moc_qmessagepump.cpp',
'qmessagepump.cpp',
]

Expand Down

0 comments on commit 91e1c05

Please sign in to comment.