aboutsummaryrefslogtreecommitdiff
path: root/share/include (follow)
AgeCommit message (Collapse)Author
2011-06-22Build builds again. I'm not sure that we need the -laudio flags for qt4, letsMike Buland
see...
2011-04-10Corrected a minor bug that caused the qt4 exe rule override to fail with aMike Buland
strange message when only one file was in the project.
2011-04-07Two minor changes, first off the c and cpp requires rules both ignore missingMike Buland
files and treat them as inputs that we just haven't generated yet. I think this is a better assumption overall and will prevent most files from dying on deps. Second, a change to the qt4 include overrides the normal exe rule and substitutes one that also includes all .h files in it's inputs, only to ignore them in the build profile at the last second. This means that all generated .h files will also be deleted. It's the best solution until I figure out a way to fix this in the build core.
2009-12-21We're getting closer and closer, qt4 is more configurable and gets QT flagsMike Buland
for you for CXXFLAGS and LDFLAGS, added a bunch more stuff and fixed a strange function input bug.
2009-12-21m3 is copied into trunk, we should be good to go, now.Mike Buland