qt branch: Automatically pick up moc'ed files declared in MOCHEADER for compilation.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/qt-trunk@10874 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
8e072b4e27
commit
3a43d6f378
|
@ -39,8 +39,8 @@ EXTRA_DIST = \
|
|||
|
||||
noinst_LIBRARIES = libframework.a
|
||||
noinst_HEADERS = \
|
||||
wzapp_c.h \
|
||||
$(MOCHEADER) \
|
||||
wzapp_c.h \
|
||||
strres_parser.tab.h \
|
||||
resource_parser.tab.h \
|
||||
configfile.h \
|
||||
|
@ -76,7 +76,7 @@ noinst_HEADERS = \
|
|||
wzglobal.h
|
||||
|
||||
libframework_a_SOURCES = \
|
||||
wzapp_moc.cpp \
|
||||
$(MOCEDFILES) \
|
||||
wzapp.cpp \
|
||||
resource_lexer.lex.c \
|
||||
resource_parser.tab.c \
|
||||
|
|
Loading…
Reference in New Issue