Changeset 103 in pacpusframework for trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h


Ignore:
Timestamp:
06/05/13 17:39:28 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Correction of link bugs.
Windows build OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h

    r76 r103  
    1818#include <QObject>
    1919
     20#include "Pacpus\kernel\PacpusToolsConfig.h"
     21
    2022namespace pacpus
    2123{
     
    2931   * by external user-defined messages.
    3032   */
    31   class AsyncWorkerBase
     33  class PACPUSTOOLS_API AsyncWorkerBase
    3234    : public QObject
    3335    , private boost::noncopyable
Note: See TracChangeset for help on using the changeset viewer.