raydwaipayan / qt-notepad

Simple cross-platform notepad application written in Qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad Application written with Qt5

Objective

This project is built as a part of learning Qt.

Build Instructions

  • Generate the makefile using qmake qmake -o Makefile Notepad.pro
  • Compile the project make -j8

Requirements

  • qt5
  • make

About

Simple cross-platform notepad application written in Qt5


Languages

Language:C++ 83.9%Language:QMake 16.1%