Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 198 → Rev 199

/QMK-Groundstation/trunk/eeepc.pro
10,8 → 10,13
win32 : DEFINES += _TTY_WIN_ QWT_DLL QT_DLL
unix : DEFINES += _EEEPC_ _TTY_POSIX_
 
QT *= gui core
unix {
LIBS += -lqwt-qt4
INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
}
 
QT *= gui core network
 
SOURCES = SerialPort/qextserialbase.cpp \
SerialPort/qextserialport.cpp \
SerialPort/ManageSerialPort.cpp \
21,8 → 26,9
Forms/dlg_Preferences.cpp \
main.cpp \
cSettings.cpp \
Classes/cServer.cpp \
ToolBox.cpp \
Forms/wdg_Settings.cpp
Forms/wdg_Settings.cpp
 
win32 : SOURCES += SerialPort/win_qextserialport.cpp
unix : SOURCES += SerialPort/posix_qextserialport.cpp
36,9 → 42,10
Forms/dlg_Preferences.h \
global.h \
cSettings.h \
Classes/cServer.h \
Parameter_Positions.h \
ToolBox.h \
Forms/wdg_Settings.h
Forms/wdg_Settings.h
 
win32 : HEADERS += SerialPort/win_qextserialport.h
unix : HEADERS += SerialPort/posix_qextserialport.h
47,13 → 54,8
Forms/dlg_Config.ui \
Forms/dlg_Preferences.ui \
Forms/dlg_Motortest.ui \
Forms/wdg_Settings.ui
Forms/wdg_Settings.ui
 
unix {
LIBS += -lqwt-qt4
INCLUDEPATH += $(HOME)/include /usr/include/qwt-qt4
}
 
TEMPLATE = app
 
CONFIG += warn_on thread qt
61,3 → 63,4
TARGET = QMK-Groundstation
 
RESOURCES += MKTool.qrc