mirror of
https://github.com/QuasarApp/CQtDeployerServer.git
synced 2025-04-26 20:54:32 +00:00
remove qml
This commit is contained in:
parent
f53a33a8bf
commit
11877dc7ac
@ -1,6 +0,0 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>CQtDeployerServerModule/qmldir</file>
|
||||
<file>CQtDeployerServerModule/CQtDeployerServer.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -1,12 +0,0 @@
|
||||
//#
|
||||
//# Copyright (C) 2021-2021 QuasarApp.
|
||||
//# Distributed under the lgplv3 software license, see the accompanying
|
||||
//# Everyone is permitted to copy and distribute verbatim copies
|
||||
//# of this license document, but changing it is not allowed.
|
||||
//#
|
||||
|
||||
import QtQuick 2.15
|
||||
|
||||
Item {
|
||||
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
module QuasarAppCreditsModule
|
||||
CQtDeployerServer 1.0 CQtDeployerServer.qml
|
||||
|
@ -5,10 +5,10 @@
|
||||
//# of this license document, but changing it is not allowed.
|
||||
//#
|
||||
|
||||
#include "CQtDeployerServer.h"
|
||||
#include "CQtServer.h"
|
||||
|
||||
|
||||
namespace CQtDeployerServer {
|
||||
namespace CQT {
|
||||
|
||||
bool init() {
|
||||
initCQtDeployerServerResources();
|
@ -5,12 +5,10 @@
|
||||
//# of this license document, but changing it is not allowed.
|
||||
//#
|
||||
|
||||
#include "CQtDeployerServer_global.h"
|
||||
|
||||
namespace CQtDeployerServer {
|
||||
|
||||
inline void initCQtDeployerServerResources() { Q_INIT_RESOURCE(CQtDeployerServer); }
|
||||
#include "CQtServer_global.h"
|
||||
inline void initCQtDeployerServerResources() { Q_INIT_RESOURCE(CQT); }
|
||||
|
||||
namespace CQT {
|
||||
|
||||
bool CQtDeployerServer_EXPORT init();
|
||||
|
3
src/Library/src/CQtServer.qrc
Normal file
3
src/Library/src/CQtServer.qrc
Normal file
@ -0,0 +1,3 @@
|
||||
<RCC>
|
||||
<qresource prefix="/"/>
|
||||
</RCC>
|
6
src/Library/src/idistributor.cpp
Normal file
6
src/Library/src/idistributor.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "idistributor.h"
|
||||
|
||||
iDistributor::iDistributor()
|
||||
{
|
||||
|
||||
}
|
11
src/Library/src/idistributor.h
Normal file
11
src/Library/src/idistributor.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef IDISTRIBUTOR_H
|
||||
#define IDISTRIBUTOR_H
|
||||
|
||||
|
||||
class iDistributor
|
||||
{
|
||||
public:
|
||||
iDistributor();
|
||||
};
|
||||
|
||||
#endif // IDISTRIBUTOR_H
|
Loading…
x
Reference in New Issue
Block a user