Changeset 40 in pacpusframework for trunk


Ignore:
Timestamp:
01/08/13 21:36:16 (11 years ago)
Author:
sgosseli
Message:

Fixed: plugins were not generated correctly because of an invalid inclusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusUtilities.cmake

    r22 r40  
    2727        "#define __${PLUGIN_NAME_UPPER}_H__\n"
    2828        "\n"
    29         "#include <qobject.h>\n"
     29        "#include <QObject>\n"
    3030        "#include <qplugin.h>\n"
    3131        "\n"
    32         "#include \"kernel/PacpusPluginInterface.h\"\n"
     32        "#include <Pacpus/kernel/PacpusPluginInterface.h>\n"
    3333        "\n"
    3434        "/// Auto-generated plugin class\n"
Note: See TracChangeset for help on using the changeset viewer.