mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
wildcards for qmake variables SOURCES and HEADERS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user