ok, include the moc file everywhere it needs to be, with more ifdef uglies
svn path=/trunk/KDE/kdebase/runtime/; revision=1072594
This commit is contained in:
parent
e8796ab87c
commit
76c882740b
@ -295,4 +295,6 @@ QScriptValue ScriptEnv::print(QScriptContext *context, QScriptEngine *engine)
|
|||||||
return engine->undefinedValue();
|
return engine->undefinedValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef USEGUI
|
||||||
#include "scriptenv.moc"
|
#include "scriptenv.moc"
|
||||||
|
#endif
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
#define USEGUI
|
#define USEGUI
|
||||||
#include "scriptenv.cpp"
|
#include "scriptenv.cpp"
|
||||||
|
#include "scriptenv.moc"
|
||||||
|
Loading…
Reference in New Issue
Block a user