mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Fix directory separators in blackmisc.pro
This commit is contained in:
@@ -36,8 +36,8 @@ HEADERS += *.h \
|
||||
$$PWD/hardware/*.h \
|
||||
$$PWD/audio/*.h \
|
||||
$$PWD/simulation/*.h \
|
||||
$$PWD/simulation/fscommon\*.h \
|
||||
$$PWD/simulation/fsx\*.h
|
||||
$$PWD/simulation/fscommon/*.h \
|
||||
$$PWD/simulation/fsx/*.h
|
||||
|
||||
SOURCES += *.cpp \
|
||||
$$PWD/pq/*.cpp \
|
||||
@@ -48,8 +48,8 @@ SOURCES += *.cpp \
|
||||
$$PWD/geo/*.cpp \
|
||||
$$PWD/audio/*.cpp \
|
||||
$$PWD/simulation/*.cpp \
|
||||
$$PWD/simulation/fscommon\*.cpp \
|
||||
$$PWD/simulation/fsx\*.cpp
|
||||
$$PWD/simulation/fscommon/*.cpp \
|
||||
$$PWD/simulation/fsx/*.cpp
|
||||
|
||||
DESTDIR = $$BuildRoot/lib
|
||||
DLLDESTDIR = $$BuildRoot/bin
|
||||
|
||||
Reference in New Issue
Block a user