Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6b7535d8
Commit
6b7535d8
authored
Dec 03, 2010
by
Bill King
Browse files
tests: fixes
parent
4507d643
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/cplusplus/codegen/tst_codegen.cpp
View file @
6b7535d8
...
...
@@ -46,6 +46,9 @@ private:
void
tst_Codegen
::
initTestCase
()
{
pluginManager
=
new
ExtensionSystem
::
PluginManager
;
QSettings
*
settings
=
new
QSettings
(
QSettings
::
IniFormat
,
QSettings
::
UserScope
,
QLatin1String
(
"Nokia"
),
QLatin1String
(
"QtCreator"
));
pluginManager
->
setSettings
(
settings
);
pluginManager
->
setFileExtension
(
QLatin1String
(
"pluginspec"
));
pluginManager
->
setPluginPaths
(
QStringList
()
<<
QLatin1String
(
Q_PLUGIN_PATH
));
pluginManager
->
loadPlugins
();
...
...
tests/auto/qml/qmldesigner/propertyeditortests/propertyeditortests.pro
View file @
6b7535d8
TEMPLATE
=
app
QT
+=
script
declarative
QT
+=
script
declarative
webkit
CONFIG
+=
qtestlib
testcase
CONFIG
+=
console
CONFIG
-=
app_bundle
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment