mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 02:34:34 +00:00
added export symbol for windows build
This commit is contained in:
parent
722bdba944
commit
70b5ad4a21
@ -8,10 +8,11 @@
|
||||
#include <QStringList>
|
||||
#include <QMap>
|
||||
#include <QDir>
|
||||
#include "deploy_global.h"
|
||||
|
||||
class FileManager;
|
||||
class FileManager;
|
||||
|
||||
struct DeployConfig {
|
||||
struct DEPLOYSHARED_EXPORT DeployConfig {
|
||||
QString qmake = "";
|
||||
QString targetDir = "";
|
||||
QString qmlDir = "";
|
||||
@ -37,7 +38,7 @@ struct DeployConfig {
|
||||
/**
|
||||
* @brief The CQT class - it is wrapper for cqt file. qcn it is configuration file of deploying project.
|
||||
*/
|
||||
class CQT
|
||||
class DEPLOYSHARED_EXPORT CQT
|
||||
{
|
||||
private:
|
||||
|
||||
|
@ -2,10 +2,11 @@
|
||||
#define ENVIREMENT_H
|
||||
|
||||
#include <QStringList>
|
||||
#include "deploy_global.h"
|
||||
|
||||
|
||||
|
||||
class Envirement
|
||||
class DEPLOYSHARED_EXPORT Envirement
|
||||
{
|
||||
private:
|
||||
QStringList _ignoreEnvList;
|
||||
|
@ -2,16 +2,17 @@
|
||||
#define QTMODULES_H
|
||||
|
||||
#include <QStringList>
|
||||
#include "deploy_global.h"
|
||||
|
||||
class DependenciesScanner;
|
||||
|
||||
struct PluginModuleMapping
|
||||
struct DEPLOYSHARED_EXPORT PluginModuleMapping
|
||||
{
|
||||
const char *directoryName;
|
||||
quint64 module;
|
||||
};
|
||||
|
||||
class PluginsParser
|
||||
class DEPLOYSHARED_EXPORT PluginsParser
|
||||
{
|
||||
private:
|
||||
DependenciesScanner *_libScaner = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user