Subversion Repositories Projects

Rev

Rev 451 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 451 Rev 500
1
include(QMapControl.pri)
1
include(QMapControl.pri)
2
include(libMK.pri)
2
include(libMK.pri)
3
 
3
 
4
 
4
 
5
DEFINES += _TTY_POSIX_ _EEEPC_
5
DEFINES += _TTY_POSIX_ _EEEPC_
6
 
6
 
7
LIBS += -lqwt-qt4
7
LIBS += -lqwt-qt4
8
INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
8
INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
9
 
9
 
10
include(global.pri)
10
include(global.pri)
-
 
11
HEADERS += libMK/FlightLog.h
-
 
12
 
-
 
13
SOURCES += libMK/FlightLog.cpp
-
 
14