mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 08:31:41 +02:00
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/lib.pro' that broke the build under Windows.
This commit is contained in:
parent
0ef051b9dd
commit
faf2dd05d9
@ -16349,3 +16349,5 @@
|
||||
* Fixed a regression in the 'Edit Group dialog in rdadmin(1)
|
||||
that caused the 'Transmit Now & Next data' checkbox to be
|
||||
obscured.
|
||||
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'lib/lib.pro' that broke the build under Windows.
|
||||
|
@ -80,6 +80,7 @@ SOURCES += rdlabel.cpp
|
||||
SOURCES += rdlibrary_conf.cpp
|
||||
SOURCES += rdlicense.cpp
|
||||
SOURCES += rdlineedit.cpp
|
||||
SOURCES += rdlist_logs.cpp
|
||||
SOURCES += rdlistselector.cpp
|
||||
SOURCES += rdlistview.cpp
|
||||
SOURCES += rdlistviewitem.cpp
|
||||
@ -154,7 +155,6 @@ x11 {
|
||||
SOURCES += rdimport_audio.cpp
|
||||
SOURCES += rdkernelgpio.cpp
|
||||
SOURCES += rdlist_groups.cpp
|
||||
SOURCES += rdlist_logs.cpp
|
||||
SOURCES += rdmarker_button.cpp
|
||||
SOURCES += rdmarker_edit.cpp
|
||||
SOURCES += rdmatrix.cpp
|
||||
@ -220,6 +220,7 @@ HEADERS += rdlabel.h
|
||||
HEADERS += rdlibrary_conf.h
|
||||
HEADERS += rdlicense.h
|
||||
HEADERS += rdlineedit.h
|
||||
HEADERS += rdlist_logs.h
|
||||
HEADERS += rdlistselector.h
|
||||
HEADERS += rdlistview.h
|
||||
HEADERS += rdlistviewitem.h
|
||||
@ -292,7 +293,6 @@ x11 {
|
||||
HEADERS += rdimport_audio.h
|
||||
HEADERS += rdkernelgpio.h
|
||||
HEADERS += rdlist_groups.h
|
||||
HEADERS += rdlist_logs.h
|
||||
HEADERS += rdmarker_button.h
|
||||
HEADERS += rdmarker_edit.h
|
||||
HEADERS += rdmatrix.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user