We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc7ad commit dd1f272Copy full SHA for dd1f272
propside/properties.cpp
@@ -357,16 +357,14 @@ void Properties::setupSpinFolders()
357
QString myspin = mygcc.mid(0,mygcc.lastIndexOf("/"))+"/";
358
qDebug() << myspin;
359
360
-#if 0
361
- /* using spin fails to compile dat at the moment. */
362
- if(QFile::exists(myspin+"spin")) {
363
- myspin += "spin";
+ /* using openspin */
+ if(QFile::exists(myspin+"openspin")) {
+ myspin += "openspin";
364
}
365
- else if(QFile::exists(myspin+"spin.exe")) {
366
- myspin += "spin.exe";
+ else if(QFile::exists(myspin+"openspin.exe")) {
+ myspin += "openspin.exe";
367
368
else
369
-#endif
370
if(QFile::exists(myspin+"bstc")) {
371
myspin += "bstc";
372
0 commit comments