Subversion Repositories Projects

Rev

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

Rev 449 Rev 451
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 += testing/LibMKTest.h
-
 
12
 
-
 
13
SOURCES += testing/LibMKTest.cpp
-
 
14
 
-