Skip to content

Commit

Permalink
qmake: Enable libdeng2 C++ API in all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 4, 2014
1 parent a097563 commit 6553ea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doomsday/plugins/config_plugin.pri
@@ -1,5 +1,8 @@
include(../config.pri)

# Use the full API for all plugins.
CONFIG += dengplugin_libdeng2_full

deng_noclient {
CONFIG += libgui_headers_only
}
Expand Down
2 changes: 0 additions & 2 deletions doomsday/plugins/heretic/heretic.pro
Expand Up @@ -2,8 +2,6 @@
# Copyright (c) 2011-2013 Jaakko Keränen <jaakko.keranen@iki.fi>
# Copyright (c) 2011-2013 Daniel Swanson <danij@dengine.net>

CONFIG += dengplugin_libdeng2_full

include(../config_plugin.pri)
include(../common/common.pri)
include(../../dep_lzss.pri)
Expand Down

0 comments on commit 6553ea8

Please sign in to comment.