| 1111 | } |
| 1112 | |
| 1113 | void Profile::setForcedLibrariesEnabled(const QString& executable, bool enabled) |
| 1114 | { |
| 1115 | storeSetting("forced_libraries", executable + "/enabled", enabled); |
| 1116 | } |
| 1117 | |
| 1118 | QList<ExecutableForcedLoadSetting> |
| 1119 | Profile::determineForcedLibraries(const QString& executable) const |