Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create plugins and install them #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Make sure to create plugins and not generic libs
  • Loading branch information
lgbaldoni committed Mar 2, 2018
commit 3d37b0521a73aa40abd9ef55a57faa2c9e2df6d2
1 change: 1 addition & 0 deletions youtube/youtube.pro
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = youtube
TEMPLATE = lib
CONFIG += plugin

INCLUDEPATH += /usr/include/python3.6m
unix:LIBS += -lqmmp -lqmmpui -lqjson -lPythonQt -lcurl
1 change: 1 addition & 0 deletions youtubeui/youtubeui.pro
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets

TARGET = youtubeui
TEMPLATE = lib
CONFIG += plugin

unix:LIBS += -lqmmp -lqmmpui -lqjson