2011-06-26 08:30:44 +00:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2011-06-20T22:05:30
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
2011-07-24 16:34:53 +00:00
|
|
|
QT += core gui webkit opengl xml
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2011-07-23 03:50:30 +00:00
|
|
|
CONFIG += rtti
|
2011-06-26 11:49:40 +00:00
|
|
|
|
|
|
|
#static {
|
|
|
|
# CONFIG += static
|
|
|
|
# QTPLUGIN += qsvg qgif
|
|
|
|
|
|
|
|
# DEFINES += STATIC // Equivalent to "#define STATIC" in source code
|
|
|
|
# message("Static build.")
|
|
|
|
#}
|
|
|
|
|
2011-06-26 08:30:44 +00:00
|
|
|
#CONFIG += link_pkgconfig
|
|
|
|
#PKGCONFIG += freetype2
|
|
|
|
|
|
|
|
TARGET = SleepyHeadQT
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
|
|
SleepLib/machine.cpp \
|
|
|
|
SleepLib/machine_loader.cpp \
|
|
|
|
SleepLib/preferences.cpp \
|
|
|
|
SleepLib/profiles.cpp \
|
|
|
|
SleepLib/loader_plugins/cms50_loader.cpp \
|
|
|
|
SleepLib/loader_plugins/prs1_loader.cpp \
|
|
|
|
SleepLib/loader_plugins/zeo_loader.cpp \
|
2011-07-29 14:58:44 +00:00
|
|
|
SleepLib/loader_plugins/resmed_loader.cpp \
|
|
|
|
SleepLib/loader_plugins/sleep_database.cpp \
|
2011-06-26 08:30:44 +00:00
|
|
|
daily.cpp \
|
2011-07-29 14:58:44 +00:00
|
|
|
oximetry.cpp \
|
2011-06-26 08:30:44 +00:00
|
|
|
overview.cpp \
|
|
|
|
mainwindow.cpp \
|
|
|
|
SleepLib/event.cpp \
|
|
|
|
SleepLib/session.cpp \
|
|
|
|
SleepLib/day.cpp \
|
|
|
|
Graphs/graphwindow.cpp \
|
|
|
|
Graphs/graphlayer.cpp \
|
|
|
|
Graphs/graphdata.cpp \
|
|
|
|
Graphs/graphdata_custom.cpp \
|
|
|
|
Graphs/gLineChart.cpp \
|
|
|
|
Graphs/gLineOverlay.cpp \
|
|
|
|
Graphs/gFooBar.cpp \
|
|
|
|
Graphs/gXAxis.cpp \
|
|
|
|
Graphs/gYAxis.cpp \
|
|
|
|
Graphs/gFlagsLine.cpp \
|
|
|
|
Graphs/glcommon.cpp \
|
|
|
|
Graphs/gTitle.cpp \
|
2011-06-28 02:21:38 +00:00
|
|
|
Graphs/gBarChart.cpp \
|
2011-07-29 14:58:44 +00:00
|
|
|
Graphs/gSegmentChart.cpp \
|
2011-07-12 14:53:20 +00:00
|
|
|
Graphs/gSessionTime.cpp \
|
2011-08-02 09:12:10 +00:00
|
|
|
qextserialport/qextserialport.cpp \
|
2011-08-02 22:37:15 +00:00
|
|
|
Graphs/gSplitter.cpp \
|
|
|
|
preferencesdialog.cpp
|
2011-07-12 14:53:20 +00:00
|
|
|
|
|
|
|
unix:SOURCES += qextserialport/posix_qextserialport.cpp
|
|
|
|
unix:!macx:SOURCES += qextserialport/qextserialenumerator_unix.cpp
|
|
|
|
|
|
|
|
macx {
|
|
|
|
SOURCES += qextserialport/qextserialenumerator_osx.cpp
|
|
|
|
LIBS += -framework IOKit -framework CoreFoundation
|
|
|
|
}
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
SOURCES += qextserialport/win_qextserialport.cpp qextserialport/qextserialenumerator_win.cpp
|
|
|
|
DEFINES += WINVER=0x0501 # needed for mingw to pull in appropriate dbt business...probably a better way to do this
|
|
|
|
LIBS += -lsetupapi
|
|
|
|
}
|
2011-06-26 08:30:44 +00:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
SleepLib/machine.h \
|
|
|
|
SleepLib/machine_loader.h \
|
|
|
|
SleepLib/preferences.h \
|
|
|
|
SleepLib/profiles.h \
|
|
|
|
SleepLib/loader_plugins/cms50_loader.h \
|
|
|
|
SleepLib/loader_plugins/prs1_loader.h \
|
|
|
|
SleepLib/loader_plugins/zeo_loader.h \
|
2011-07-29 14:58:44 +00:00
|
|
|
oximetry.h \
|
2011-06-26 08:30:44 +00:00
|
|
|
daily.h \
|
|
|
|
overview.h \
|
|
|
|
mainwindow.h \
|
|
|
|
SleepLib/event.h \
|
|
|
|
SleepLib/machine_common.h \
|
|
|
|
SleepLib/session.h \
|
|
|
|
SleepLib/day.h \
|
|
|
|
Graphs/graphwindow.h \
|
|
|
|
Graphs/graphlayer.h \
|
|
|
|
Graphs/gLineChart.h \
|
|
|
|
Graphs/gLineOverlay.h \
|
|
|
|
Graphs/gFooBar.h \
|
|
|
|
Graphs/gXAxis.h \
|
|
|
|
Graphs/gYAxis.h \
|
|
|
|
Graphs/gFlagsLine.h \
|
|
|
|
Graphs/glcommon.h \
|
|
|
|
Graphs/gTitle.h \
|
2011-06-28 02:21:38 +00:00
|
|
|
Graphs/gBarChart.h \
|
2011-07-29 14:58:44 +00:00
|
|
|
Graphs/gSegmentChart.h\
|
|
|
|
Graphs/gSessionTime.h \
|
2011-06-28 15:25:20 +00:00
|
|
|
SleepLib/loader_plugins/resmed_loader.h \
|
2011-07-12 07:10:34 +00:00
|
|
|
SleepLib/loader_plugins/sleep_database.h \
|
2011-07-12 14:53:20 +00:00
|
|
|
qextserialport/qextserialport_global.h \
|
|
|
|
qextserialport/qextserialport.h \
|
2011-08-02 09:12:10 +00:00
|
|
|
qextserialport/qextserialenumerator.h \
|
2011-08-02 22:37:15 +00:00
|
|
|
Graphs/gSplitter.h \
|
|
|
|
preferencesdialog.h
|
2011-07-12 14:53:20 +00:00
|
|
|
|
2011-06-26 08:30:44 +00:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
daily.ui \
|
|
|
|
overview.ui \
|
2011-07-13 05:27:27 +00:00
|
|
|
mainwindow.ui \
|
2011-08-02 22:37:15 +00:00
|
|
|
oximetry.ui \
|
|
|
|
preferencesdialog.ui
|
2011-06-26 08:30:44 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
Resources.qrc
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
2011-06-26 11:49:40 +00:00
|
|
|
docs/index.html
|