fix issues from review

This commit is contained in:
Michael Zanetti 2017-08-22 12:54:00 +02:00
parent 53cca56fd3
commit a9ec17220a

View File

@ -57,7 +57,7 @@ HEADERS += $$top_srcdir/server/guhcore.h \
$$top_srcdir/server/networkmanager/networkconnection.h \
$$top_srcdir/server/networkmanager/wirednetworkdevice.h \
$$top_srcdir/server/usermanager.h \
$$PWD/tokeninfo.h
$$top_srcdir/server/tokeninfo.h
SOURCES += $$top_srcdir/server/guhcore.cpp \
@ -114,5 +114,5 @@ SOURCES += $$top_srcdir/server/guhcore.cpp \
$$top_srcdir/server/networkmanager/networkconnection.cpp \
$$top_srcdir/server/networkmanager/wirednetworkdevice.cpp \
$$top_srcdir/server/usermanager.cpp \
$$PWD/tokeninfo.cpp
$$top_srcdir/server/tokeninfo.cpp