Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

executable file
·
11 lines (9 loc) · 320 Bytes

Installation

To install CNotes you need first to compile dirParserPlugin. To do that cd into dirParserPlugin folder and run the following commands:

$ qmake dirParserPlugin.pro
$ make

Run

To run the app on the root folder run qmlscene -I dirParserPlugin/ CNotes.qml or run it from QtCreator