[Amarok] 8950ebc Don't require GUI for the QtScript CMake test.
Mark Kretschmann
kretschmann at kde.org
Sat Apr 17 23:57:03 CEST 2010
commit 8950ebc7726669011ab5369c334d059f8edee1d4
Author: Mark Kretschmann <kretschmann at kde.org>
Date: Sun Apr 18 00:09:55 2010 +0200
Don't require GUI for the QtScript CMake test.
Thanks to MoDaX and xdarklight for fixing this.
CCMAIL: amarok-devel at kde.org
diff --git a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
index 609bb36..3c5a661 100644
--- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
@@ -25,7 +25,7 @@
int main(int argc, char **argv)
{
- QApplication app( argc, argv );
+ QApplication app( argc, argv, false );
QStringList allowedBindings;
allowedBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "qt.uitools" << "qt.network";
More information about the Amarok-devel
mailing list