Code review comment for lp:~lukas-baubkus/owncloud-sync/feature-keep-serverUrl-port-for-webdav

Revision history for this message
Luksus (lukas-baubkus) wrote :

The click-package installs and works flawless.

I managed to build the project with clickable.

Just changed the line in OwncloudSync.pro:
LIBS += -L$$OUT_PWD/../qwebdavlib/ -lqwebdav
to
LIBS += -L$$OUT_PWD/../qwebdavlib

I am not sure what this -lqwebdav string is supposed to do, perhaps it is a temporary library-title for the built qwebdavlib. It seems, that it is not needed. At least I could not find any references to "lqwebdav" in the code or other files.

with "clickable clean build click-build" a click-package gets created.

But the share-directory, with language files is missing. I am not sure how this gets created.

« Back to merge proposal