Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. "CORESHARED_EXPORT" in QML Designer Core
Forum Updated to NodeBB v4.3 + New Features

"CORESHARED_EXPORT" in QML Designer Core

Scheduled Pinned Locked Moved Brainstorm
2 Posts 2 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sraboisson
    wrote on 11 Apr 2012, 16:35 last edited by
    #1

    Hello everybody,

    I'm not sure this is the correct place for my question, so if anyone find it's not the correct place, please, tel me (and where ;-)).
    My question is about Qt sources, and more precisely "corelib_global.h" (which can be found in "src\Plugins\qmldesigner\designercore\include")
    I would like have a little more information about what is mentioned in it :
    @// Unnecessary since core isn't a dll any more.
    //#define CORESHARED_EXPORT@

    I would like to know the reason why it was chosen to remove this define.
    Was it a technical restriction ?, really justified or just some clean up ?
    Consequence is that it is now impossible to use the core services from a plugin (Or do i miss something and there is a way I don't know)

    Hope someone could help me, or give me clues to find information
    Thanks
    Sra

    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThomasHartmann
      wrote on 23 Apr 2012, 08:55 last edited by
      #2

      For historical reasons the whole core of the qml designer was a separate lib. At some point we changed this.
      But there is nothing stopping us from exporting these symbols again. If other plugins want to access or extend the model we can change this.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved