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

@@ -20,36 +20,9 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += LOG_IN_FILE
HEADERS += \
sim_callbacks.h \
constants.h \
fsd_protocol.h \
ecef.h \
fsd_client.h \
fsd_messages.h \
interpolator.h \
mathematics.h \
matrix_3d.h \
multiplayer.h \
ned.h \
plane.h \
simulator.h \
vector_3d.h \
vector_geo.h
HEADERS += *.h
SOURCES += \
ecef.cpp \
fsd_client.cpp \
fsd_messages.cpp \
interpolator.cpp \
mathematics.cpp \
matrix_3d.cpp \
multiplayer.cpp \
ned.cpp \
plane.cpp \
simulator.cpp \
vector_3d.cpp \
vector_geo.cpp
SOURCES += *.cpp
DESTDIR = ../../lib