Page 1 of 1
Trackeditor: What's a QObject?

Posted:
Mon Mar 14, 2016 1:45 am
by Sneebol
I see them being referenced in some of the code, but there doesn't seem to be a library for them in the track editor trunk. Running g++ on main, for instance, i get errors explaining that no, there's no file or directory by name "QObject". What am I doing wrong? Do I need the trunk for the rest of the project? There was no INSTALL or README that I could see, so... what do I do?
P.S. Excuse me if it's a dumb quetsion, I'm horribly tired.
P.P.S. Quick search reveals it's part of Qt. I assume I need qt5-default?
Re: Trackeditor: What's a QObject?

Posted:
Sat Mar 26, 2016 11:38 pm
by Sneebol
It's been two weeks, and I struggle with the project when I get the time. Installing qt5-default didn't solve the problem, so I'm still trying, and looking, for answers. I did, however, discover the makefile, though trying to bake it has make spit hot fire at me about the file missing a separator, whatever that's supposed to mean.
EDIT: Does this thread belong here or in the help subforum?
Re: Trackeditor: What's a QObject?

Posted:
Mon Mar 28, 2016 3:36 am
by MiniJoe
Re: Trackeditor: What's a QObject?

Posted:
Mon Mar 28, 2016 9:14 am
by Leopjing
Can you tell me which project you exactly mean? Cause i dont know a track editor with g++ ^^
Re: Trackeditor: What's a QObject?

Posted:
Tue Apr 05, 2016 3:31 pm
by Sneebol
Re: Trackeditor: What's a QObject?

Posted:
Fri Apr 08, 2016 6:53 pm
by Leopjing
Can you take a screenshot?

Re: Trackeditor: What's a QObject?

Posted:
Thu Apr 28, 2016 1:27 am
by Sneebol
Will do! Also, I think I might just try using Clang instead of g++.