By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 700 - Build issue: kdenetwork: ftbfs with -DBUILD_KOPETE_PROTOCOL_JABBER=ON
Summary: Build issue: kdenetwork: ftbfs with -DBUILD_KOPETE_PROTOCOL_JABBER=ON
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdenetwork (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other All
: P1 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-11-28 18:40 CST by Darrell
Modified: 2013-12-08 20:22 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch to restore reference to qmake.h rather than tqmake.h (6.01 KB, patch)
2011-11-28 18:40 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2011-11-28 18:40:52 CST
Created attachment 167 [details]
Patch to restore reference to qmake.h rather than tqmake.h

Some files were inadvertently modified to reference tqmake.h rather than the actual qmake.h file.

Patch included.
Comment 1 Timothy Pearson 2012-01-11 18:23:28 CST
Committed to GIT in hash 00fe193.

Thanks for reporting, and for the patch!