diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-16 18:58:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 18:50:18 +0000 |
commit | 42c9f517ca717f351533d38a57b816e4440a46c2 (patch) | |
tree | 0089bb151f9f69ad12a6bff7c24e2e3d633bd07d /app-office | |
parent | dev-ml/zarith: remove unused patch(es) (diff) | |
download | gentoo-42c9f517ca717f351533d38a57b816e4440a46c2.tar.gz gentoo-42c9f517ca717f351533d38a57b816e4440a46c2.tar.bz2 gentoo-42c9f517ca717f351533d38a57b816e4440a46c2.zip |
app-office/texstudio: remove unused file
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19957
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texstudio/files/texmakerx_my.pri | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-office/texstudio/files/texmakerx_my.pri b/app-office/texstudio/files/texmakerx_my.pri deleted file mode 100644 index 06426fc6a9ce..000000000000 --- a/app-office/texstudio/files/texmakerx_my.pri +++ /dev/null @@ -1,18 +0,0 @@ -CONFIG += link_pkgconfig - -# System Quazip -INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/quazip -LIBS += -lquazip -#INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/qt4/QCodeEdit -#INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/qt4/QtSolutions - -# System hunspell -PKGCONFIG += hunspell - -# System qtsingleapplication -#QT += solutions -CONFIG += qtsingleapplication - -# System qcodeedit -# Not working currently -#CONFIG += qcodeedit |