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:
@@ -8,11 +8,9 @@ DESTDIR = ../../../bin
|
||||
|
||||
DEPENDPATH += .
|
||||
|
||||
HEADERS += \
|
||||
driver_xplane.h
|
||||
HEADERS += *.h
|
||||
|
||||
SOURCES += \
|
||||
driver_xplane.cpp
|
||||
SOURCES += *.cpp
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user