The missing space in the #include line seemed to cause

problems with qmake on Windows.

svn path=/trunk/kdesupport/qca/; revision=545223
This commit is contained in:
Brad Hards 2006-05-27 07:26:53 +00:00
parent e7c8f1d8c6
commit dfb30910fb

View File

@ -303,7 +303,7 @@ private:
LayerTracker layer;
};
#include"sslservtest.moc"
#include "sslservtest.moc"
int main(int argc, char **argv)
{