Generalize inclusion of file generated by tquic

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 2 months ago
parent d572a3f536
commit 7223521526
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4,7 +4,7 @@
# of the other Makefile.am variables # of the other Makefile.am variables
# set the include path for X, tqt and TDE # set the include path for X, tqt and TDE
INCLUDES = -I$(srcdir)/.. $(all_includes) INCLUDES = -I$(srcdir)/.. -I$(builddir)/.. $(all_includes)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) KDE_CXXFLAGS = $(USE_EXCEPTIONS)

@ -53,7 +53,7 @@
#include "widgets/fractioninput.h" #include "widgets/fractioninput.h"
#include "widgets/kretextedit.h" #include "widgets/kretextedit.h"
#include "widgets/inglistviewitem.h" #include "widgets/inglistviewitem.h"
#include "../widgets/ratingdisplaywidget.h" #include "widgets/ratingdisplaywidget.h"
#include "widgets/kwidgetlistbox.h" #include "widgets/kwidgetlistbox.h"
#include "widgets/ingredientinputwidget.h" #include "widgets/ingredientinputwidget.h"
#include "image.h" //Initializes default photo #include "image.h" //Initializes default photo

Loading…
Cancel
Save