Home
last modified time | relevance | path

Searched refs:doCompileAndLink (Results 1 – 20 of 20) sorted by relevance

/dports/net-im/psi/psi-1.5/qcm/
H A Dxss.qcm39 if (!conf->doCompileAndLink(str, QStringList(), "-lXss", proextra, NULL)) {
40 if (!conf->doCompileAndLink(str, QStringList(), QString(), proextra, NULL)) {
H A Dghbnr.qcm24 if (!conf->doCompileAndLink(str, QStringList(), QString(), QString(), NULL))
H A Dx11.qcm30 return conf->doCompileAndLink(str, QStringList(), QString(), proextra, NULL);
H A Dqtmultimedia.qcm40 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
H A Ddnotify.qcm38 if (!conf->doCompileAndLink(str, QStringList(), QString(), QString(), &ret) || ret != 0)
H A Dqdbus.qcm43 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
H A Dsparkle.qcm33 if(!conf->doCompileAndLink(str, QStringList(), extra, "", NULL)) {
H A Dgrowl.qcm34 if(!conf->doCompileAndLink(str, QStringList(), extra, "", NULL))
H A Dqca.qcm82 …if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += release\n", &ret) …
89 …if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += debug\n", &ret) ||…
H A Dwebkit.qcm69 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
H A Dxmms.qcm32 if (conf->doCompileAndLink(str, QStringList(), QString(), "CONFIG += qt", 0)) {
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/qcm/
H A Dqca.qcm101 … if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += release\n", &ret))
110 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += debug\n", &ret))
/dports/net-im/psi/psi-1.5/iris/qcm/
H A Dqca.qcm101 … if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += release\n", &ret))
110 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += debug\n", &ret))
/dports/devel/qconf/qconf-2.5/conf/
H A Dconf.cpp161 bool doCompileAndLink(const QString &filedata, const QString &flags, int *retcode = 0) in doCompileAndLink() function in Conf
233 if (!doCompileAndLink(str, extra)) in checkLibrary()
H A Dconf4.h94 bool doCompileAndLink(const QString &filedata, const QStringList &incs, const QString &libs,
H A Dconf4.cpp532 bool Conf::doCompileAndLink(const QString &filedata, const QStringList &incs, const QString &libs, in doCompileAndLink() function in Conf
676 if (!doCompileAndLink(str, QStringList(), libs, QString())) in checkLibrary()
/dports/net-im/psi/psi-1.5/
H A Dconfigure999 …if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += release\\n", &ret)…
1006 …if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += debug\\n", &ret) |…
1323 return conf->doCompileAndLink(str, QStringList(), QString(), proextra, NULL);
1395 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
1445 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
1523 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra, &ret))
1577 if(!conf->doCompileAndLink(str, QStringList(), extra, "", NULL))
1679 if (!conf->doCompileAndLink(str, QStringList(), "-lXss", proextra, NULL)) {
1680 if (!conf->doCompileAndLink(str, QStringList(), QString(), proextra, NULL)) {
2459 bool doCompileAndLink(const QString &filedata, const QStringList &incs, const QString &libs,
[all …]
/dports/net-im/psi/psi-1.5/iris/
H A Dconfigure922 …if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += release\\n", &ret))
931 if(!conf->doCompileAndLink(str, QStringList(), QString(), proextra + "CONFIG += debug\\n", &ret))
2044 if(!doCompileAndLink(str, QStringList(), libs, QString()))
/dports/devel/qconf/qconf-2.5/
H A Dconfigure480 …bool doCompileAndLink(const QString &filedata, const QStringList &incs, const QString &libs, const…
1256 if(!doCompileAndLink(str, QStringList(), libs, QString()))
/dports/lang/seed7/seed7/src/
H A Dchkccomp.c767 static int doCompileAndLink (const char *compilerOptions, const char *linkerOptions, int testNumber) in doCompileAndLink() function
865 okay = doCompileAndLink(compilerOptions, linkerOptions, testNumber); in compileAndLinkWithOptionsOk()