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