[xswiftbus] use $$files in qmake so files show up in VS IDE solution explorer

This commit is contained in:
Mat Sutcliffe
2020-01-19 18:07:16 +00:00
parent 4bfa5d5f40
commit e1a894f81a

View File

@@ -32,8 +32,8 @@ else:unix {
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
SOURCES += *.cpp
HEADERS += *.h
SOURCES += $$files($$PWD/*.cpp)
HEADERS += $$files($$PWD/*.h)
# Using the $$files function so we can remove some with -= below
SOURCES += $$files(libxplanemp/src/*.cpp)