diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-12-26 17:31:43 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-12-26 17:31:43 +0100 |
| commit | 1f754776b43d7ae8f317d480b6366d8b8f0ce2d0 (patch) | |
| tree | ce56276bf9690d7b773b4071826e74469796f2f5 /src/main.cpp | |
| parent | 45eae604451d2a05e13e9cdb163319c4a0dab7aa (diff) | |
finished ubuntu build script and made default plugin mode dynamic linking
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cf51b0af..80ea93bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,6 @@ #include "courtroom.h" #include <QPluginLoader> #include <QDebug> -Q_IMPORT_PLUGIN(ApngImagePlugin); int main(int argc, char *argv[]) { #if QT_VERSION > QT_VERSION_CHECK(5, 6, 0) |
