Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 199 → Rev 198

/QMK-Groundstation/trunk/gentoo.pro
10,13 → 10,8
win32 : DEFINES += _TTY_WIN_ QWT_DLL QT_DLL
unix : DEFINES += _TTY_POSIX_
 
unix {
LIBS += -lqwt
INCLUDEPATH += $(HOME)/include /usr/include/qwt5
}
QT *= gui core
 
QT *= gui core network
 
SOURCES = SerialPort/qextserialbase.cpp \
SerialPort/qextserialport.cpp \
SerialPort/ManageSerialPort.cpp \
26,9 → 21,8
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
42,10 → 36,9
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
54,8 → 47,13
Forms/dlg_Config.ui \
Forms/dlg_Preferences.ui \
Forms/dlg_Motortest.ui \
Forms/wdg_Settings.ui
Forms/wdg_Settings.ui
 
unix {
LIBS += -lqwt
INCLUDEPATH += $(HOME)/include /usr/include/qwt5
}
 
TEMPLATE = app
 
CONFIG += warn_on thread qt