Skip to content
  • Rohan McGovern's avatar
    Fixed various linker errors due to missing MODULE. · fcd48487
    Rohan McGovern authored
    If MODULE is not explicitly set when building a module, the build system
    will guess the module name from the .pro file's basename.  This guess is
    incorrect for these projects, so set MODULE to the correct value.
    fcd48487