-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QHexView cannot build #51
Comments
How are you using it? I use cmake, like this https://github.com/audetto/AppleWin/blob/master/source/frontends/qt/CMakeLists.txt#L11 |
I have solved it, the original Qhexview.pri omits QFileBuffer. CPP and QFileBuffer. h, I suggest you update it, and The header file path is recommended to be changed to
INCLUDEPATH += $$PWD \
$$PWD/document \
$$PWD/document/commands \
$$PWD/document/buffer
|
I am not sure you need to do that. See here: Line 2 in 1594791
Only the root needs to be added to the include list, and in your project you can include as in the above link. On the other hand, I normally try to include all files from the same standard include root, while here it seems that |
I tried to use QHexView, including qhexview. pri, but found that it could not be compiled at all. Could you please provide a simple test to pass the demo?
The text was updated successfully, but these errors were encountered: