forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/karlyriceditor: introduce Qt 5 support
Package-Manager: portage-2.2.27
- Loading branch information
Michael Palimaka
committed
Feb 19, 2016
1 parent
bc6d29e
commit 162c9cb
Showing
2 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
media-sound/karlyriceditor/files/karlyriceditor-2.1-qt55.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Fix build with Qt 5.5 | ||
|
||
--- a/src/videoencodingprofiles.h | ||
+++ b/src/videoencodingprofiles.h | ||
@@ -21,6 +21,7 @@ | ||
#define VIDEOENCODINGPROFILES_H | ||
|
||
#include <QMap> | ||
+#include <QObject> | ||
#include <QString> | ||
#include <QStringList> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters