view d1/qtd/Traits.d @ 388:8b0544bee5f2

Fixed a build system bug which caused the OpenGL library modules not to be installed.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:26:55 +0200
parents 96a75b1e5b26
children
line wrap: on
line source

module qt.qtd.Traits;

version (D_Version2)
{
    public import std.traits;
}
else
{
    public import tango.core.Traits : BaseTypeTuple = BaseTypeTupleOf;
}