refs #185 , utility class for FSX simconnect (e.g. writing simconnect.cfg , or error coded to QString)

This commit is contained in:
Klaus Basan
2014-03-14 02:02:02 +01:00
parent 09b1daf8ec
commit ed60616409
5 changed files with 236 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ TARGET = blacksim
TEMPLATE = lib
CONFIG += staticlib c++11
CONFIG += blackmisc
CONFIG += blackmisc
INCLUDEPATH += ..
DEPENDPATH += . ..
@@ -24,9 +24,13 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
HEADERS += *.h
SOURCES += *.cpp
HEADERS += $$PWD/fscommon/*.h
SOURCES += $$PWD/fscommon/*.cpp
HEADERS += $$PWD/fsx/*.h
SOURCES += $$PWD/fsx/*.cpp
DESTDIR = ../../lib
include (../../libraries.pri)