Skip to content
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

Cannot find QtnPEG binary for this platform #156

Open
yurivict opened this issue Nov 4, 2019 · 2 comments
Open

Cannot find QtnPEG binary for this platform #156

yurivict opened this issue Nov 4, 2019 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Nov 4, 2019

I'm trying to build AwesomeBump on FreeBSD and am getting this error.
I see that QtnPEG binaries are provided in the source tree.
Pre-built binaries aren't allowed in FreeBSD ports, everything should be built from sources.

How to build QtnPEG?

@kmkolasinski
Copy link
Owner

I believe you can compile it using QtCreator. Did you try it?
Here is the Qt project: https://github.com/kmkolasinski/QtnProperty/tree/0fed3e829bcec8b5656030e547e4955f89e33b80

If this will not work you should try:

mkdir path_to_build
cd path_to_build
qmake path_to_QtnProperty/Property.pro -r
make

@DougRogers
Copy link

DougRogers commented Dec 9, 2019

In sources,pro here is the line that is the problem:

QTN=utils/QtnProperty
include($$QTN/PEG.pri)

The QtnProperty directory is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants