added missing commands to install plugins

This commit is contained in:
csoler 2018-12-21 15:50:45 +01:00
parent 3a664063ae
commit 1dc8004430
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,8 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
}
target.files = lib/libFeedReader.so
SOURCES = FeedReaderPlugin.cpp \
services/p3FeedReader.cc \
services/p3FeedReaderThread.cc \