pasnox / qodeedit

A source code component editor based on QPlainTextEdit, QTextDocument and QSyntaxHighlighter with the use of Kate xml language definition files.
GNU Lesser General Public License v3.0
26 stars 14 forks source link

Can't build example #5

Open ghost opened 10 years ago

ghost commented 10 years ago

Error in "example/UIMain.h": should be "#include editor/CodeEditor.h" instead of "#include CodeEditor.h"

piyooshm commented 9 years ago

I'm also finding linker issues on windows. A lib file is not generated and hence, on windows linker is not able to find it.

kcrossen commented 8 years ago

Example does not build in qtcreator / osx / qt 4.8.6: missing files from mimetypes-qt4 dir missing files from io dir (e.g. qstandardpaths.h)