mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
[xswiftbus] use $$files in qmake so files show up in VS IDE solution explorer
This commit is contained in:
@@ -32,8 +32,8 @@ else:unix {
|
|||||||
DEPENDPATH += . $$SourceRoot/src
|
DEPENDPATH += . $$SourceRoot/src
|
||||||
INCLUDEPATH += . $$SourceRoot/src
|
INCLUDEPATH += . $$SourceRoot/src
|
||||||
|
|
||||||
SOURCES += *.cpp
|
SOURCES += $$files($$PWD/*.cpp)
|
||||||
HEADERS += *.h
|
HEADERS += $$files($$PWD/*.h)
|
||||||
|
|
||||||
# Using the $$files function so we can remove some with -= below
|
# Using the $$files function so we can remove some with -= below
|
||||||
SOURCES += $$files(libxplanemp/src/*.cpp)
|
SOURCES += $$files(libxplanemp/src/*.cpp)
|
||||||
|
|||||||
Reference in New Issue
Block a user