mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-29 06:56:05 +00:00
remove the useopengl option
This commit is contained in:
parent
eeb5bd5950
commit
21164e2de5
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
|
|||
|
||||
KCmdLineOptions options;
|
||||
options.add("+[url]", ki18n( "URL of the file to open" ));
|
||||
#ifndef QT_NO_OPENGL
|
||||
options.add("opengl", ki18n("use a QGLWidget for the viewport"));
|
||||
#endif
|
||||
|
||||
KCmdLineArgs::addCmdLineOptions(options);
|
||||
KApplication app;
|
||||
|
||||
|
|
Loading…
Reference in a new issue