Console Commands

  1. Project Compilation
    1. For Linux
      make clean
      qmake
      make
    2. For Windows
      make clean
      qmake-mingw
      make
  2. Project Translation

    1. Update Translations From Project

      lupdate -verbose ProjectFile.pro
    2. Release Translations

      lrelease ProjectFile.pro