Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21162 - Qt ebuild breaks creating qt designer custom templates
Summary: Qt ebuild breaks creating qt designer custom templates
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-17 11:59 UTC by Peter Eschler
Modified: 2003-09-27 12:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Eschler 2003-05-17 11:59:22 UTC
When creating  a custom template in Qt's designer (File->CreateTemplate) i always get an error 
"Can't create template". I've looked after it and found the answer in the qt ebuild (not in any 
particular version, it applies to all of them). There is something missing in it. 
Qt designer stores it's templates in the directory (got this from the source)  
$(QTDIR)/tools/designer/templates/ 
This directory is usaually empty as long nobody creates a custom template. But it is not created 
by the ebuild, that's the reason why designer reports the error "Can't create template". 
I've created this directory by hand and now creating custom templates works. Thus the qt ebuilds 
need to be extended to create the stated directory.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-09-27 12:18:50 UTC
This directory is now created by the ebuild.