mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #328 CAircraftParts value classes
This commit is contained in:
committed by
Klaus Basan
parent
16042c1fb2
commit
0a46a4a0bd
@@ -23,10 +23,13 @@ TRANSLATIONS += translations/blackmisc_i18n_de.ts \
|
||||
translations/blackmisc_i18n_fr.ts \
|
||||
translations/blackmisc_i18n_en.ts
|
||||
|
||||
HEADERS += *.h
|
||||
HEADERS += $$PWD/simulation/*.h
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/simulation/*.cpp
|
||||
HEADERS += *.h \
|
||||
$$PWD/simulation/*.h \
|
||||
$$PWD/aviation/*.h \
|
||||
|
||||
SOURCES += *.cpp \
|
||||
$$PWD/simulation/*.cpp \
|
||||
$$PWD/aviation/*.cpp \
|
||||
|
||||
DESTDIR = ../../lib
|
||||
OTHER_FILES += $$TRANSLATIONS readme.txt
|
||||
|
||||
Reference in New Issue
Block a user