Subversion Repositories Projects

Rev

Rev 391 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
305 KeyOz 1
include(QMapControl.pri)
158 KeyOz 2
 
3
 
227 KeyOz 4
DEFINES += _TTY_POSIX_ _EEEPC_
158 KeyOz 5
 
227 KeyOz 6
LIBS += -lqwt-qt4
7
INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
158 KeyOz 8
 
392 Brean 9
include(global.pri)HEADERS += com/Handler.h com/Parser.h com/Kopter.h \
10
 com/Communication.h \
11
 com/QTCommunication.h
12
SOURCES += com/QTCommunication.cpp
13