diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-14 09:11:41 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-14 09:11:41 -0400 |
commit | 35b2806ce1df4745627214dbead72f3508f1235a (patch) | |
tree | 1c8440ce43cf21300ef8b991a173978c6d5d0aee /src-qt5/core/lumina-desktop-unified/lumina-desktop.pro | |
parent | Ensure that lumina-pdf is added to the desktop-utils group. (diff) | |
download | lumina-35b2806ce1df4745627214dbead72f3508f1235a.tar.gz lumina-35b2806ce1df4745627214dbead72f3508f1235a.tar.bz2 lumina-35b2806ce1df4745627214dbead72f3508f1235a.zip |
Couple trivial changes to some files.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/lumina-desktop.pro')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/lumina-desktop.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro index 79f2ba6f..04d5b602 100644 --- a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro @@ -1,7 +1,7 @@ include($${PWD}/../../OS-detect.pri) QT += core gui network -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia concurrent svg +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia multimediawidgets concurrent svg |