wildcards for qmake variables SOURCES and HEADERS

This commit is contained in:
Mathew Sutcliffe
2013-04-09 18:05:52 +01:00
parent 01cfbf2516
commit e3a8ad2987
13 changed files with 22 additions and 102 deletions

View File

@@ -16,46 +16,9 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += LOG_IN_FILE
HEADERS += \
logmessage.h \
log.h \
display.h \
debug.h \
context.h \
config.h \
config_manager.h \
serialize.h \
com_client.h \
com_server.h \
com_client_buffer.h \
message.h \
com_handler.h \
message_factory.h \
message_handler.h \
type_info.h \
message_dispatcher.h \
message_system.h \
gui_messages.h
HEADERS += *.h
SOURCES += \
logmessage.cpp \
log.cpp \
display.cpp \
debug.cpp \
context.cpp \
config.cpp \
config_manager.cpp \
serialize.cpp \
com_client.cpp \
com_server.cpp \
com_client_buffer.cpp \
message.cpp \
com_handler.cpp \
message_factory.cpp \
message_handler.cpp \
type_info.cpp \
message_dispatcher.cpp \
message_system.cpp
SOURCES += *.cpp
DESTDIR = ../../lib