2017-09-21 Fred Gleason <fredg@paravelsystems.com>

* Fixed bugs that broke the build under Windows.
This commit is contained in:
Fred Gleason
2017-09-21 08:16:18 -04:00
parent ac84b6879d
commit 69896ee0c1
4 changed files with 16 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ SOURCES += list_logs.cpp
SOURCES += list_reports.cpp
SOURCES += rdlogedit.cpp
x11 {
SOURCES += render_dialog.cpp
SOURCES += voice_tracker.cpp
}
@@ -58,6 +59,7 @@ HEADERS += list_logs.h
HEADERS += list_reports.h
HEADERS += rdlogedit.h
x11 {
HEADERS += render_dialog.h
HEADERS += voice_tracker.h
}