Giter Club home page Giter Club logo

qt_deployment's Introduction

Qt_Deployment

There are several tools and ways for the deployment of Qt for now. Since the linuxdeployqt requires a earlier version of linux system such as Ubuntu 14.0 to deploy Qts, I've been using CQt Deployer to deploy the Qt for now. The method I'm using was to create an installer for the application so that when switching to a new device, installation should be done.

The following are the steps:

1. Release in Qt:

When finishing editing the Qt, change from the Debug mode to the Release mode. (Graph) Then build and run it. Release

2. Install CQt Deployer by snap:

$sudo snap install cqtdeployer

3. Utilizing cqtdeployer:

https://github.com/QuasarApp/CQtDeployer

// cd to the Release directory that Qt created
$cd build-PercepQt-Desktop_Qt_........-Release
// cqtdeployer , the project name should be changed and the directory should also be changed
$cqtdeployer -bin PercepQt -qmake ~Qt/5.11.2/gcc_64/bin/qmake -qmlDir ./

// for linux
$cd .. //cd to Release directory
$cqtdeployer -bin Application qif

4. Install before use:

When switching to another computer, simply copy the project folder and then install

$cd DistributionKit
//Changing the authority to run the .run file
$chmod +x InstallerPercepQt.run
//Install and run the File

Then follow the steps to install.

5. Run!!!:

After installation, cd to the file you installed and run the .sh file.

$cd ~PercepQt/PercepQt
$./PercepQt.sh

qt_deployment's People

Contributors

pkchen1129 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.