MCPcopy Create free account
hub / github.com/KDE/kdevelop / start

Method start

plugins/qmakebuilder/qmakejob.cpp:37–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void QMakeJob::start()
38{
39 qCDebug(KDEV_QMAKEBUILDER) << "Running qmake in" << workingDirectory();
40
41 if (!m_project) {
42 setError(NoProjectError);
43 setErrorText(i18n("No project specified."));
44 emitResult();
45 return;
46 }
47
48 // create build directory if it does not exist yet
49 QDir::temp().mkpath(workingDirectory().toLocalFile());
50
51 OutputExecuteJob::start();
52}
53
54QUrl QMakeJob::workingDirectory() const
55{

Callers 12

textFromDocFunction · 0.45
runAsync_internalFunction · 0.45
queueCppQmlTypeUpdateMethod · 0.45
startCppQmlTypeUpdateMethod · 0.45
asyncResetMethod · 0.45
runQmlDumpMethod · 0.45
getFileNamesMethod · 0.45
__builtin_dom.jsFile · 0.45
updateValueMethod · 0.45
executeMethod · 0.45

Calls 2

toLocalFileMethod · 0.80
startFunction · 0.50

Tested by

no test coverage detected