Giter Club home page Giter Club logo

webexamples's Introduction

WebExamples

Contains some example code for my blog posts.

minimal_map

Code to support the auto-build script post for Qt Projects

The aim here was to create simple auto-deploy script for Qt Creator projects. This is the simplist form of deployment tool and is good enough for many projects.

The files of interest are: For Windows buildWin_minimal_map_final.bat and for linux buildLinux_minimal_map.sh.

These scripts will work as is for many small projects by setting the envoirmental varables correctly and configuring tthe .iss file for use by inno setup the windows installer.

Evniormental varables

The following envoirmental varables defined in scripts need to be modified to fit the project.

  • PROJECTNAME The name of the project, should also be the name of the .pro file, source directory, executable and .iss file for Windows.
  • GITHUB_URL The GihHub URL to clone for your project. It shouled be easy to ammend the script for other source control systems.
  • BUILD_DIR Where you want the build to go.
  • QT_DIR Location of the Qt binaries that you want to compile with. This is the parent directory not the bin directory.
  • QT_CREATORDIR Location of the Qt Creator binary you wisth to use.
  • MAKE_DIR For linux the location of the directory the version of make you want to use is located.
  • LINUXDEPLOY For linux the location where you have installed linuxdeploy.
  • SRCDIR Location of the source directory.

Further modification might be needed for more complicated projects. See simpletextviere for ideas of how to handle that.

simpletextviewer

Code to support the auto-build for Qt Projects using assistant post

webexamples's People

Contributors

sriep avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

aliakbarrashidi

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.