Adjusted project files for new boost version.
This should be handled differently the location of boost should not be baked into the project files.
This commit is contained in:
parent
f5145f36ed
commit
780d912cd1
13 changed files with 52 additions and 43 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#define USERCONFIGURATION_H
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
|
||||
/** Class for most of the program configuration
|
||||
*
|
||||
* The settings represented by this class are stored in a settings file
|
||||
|
|
@ -17,6 +19,8 @@ public:
|
|||
UserConfiguration();
|
||||
|
||||
QFont codeFont() const;
|
||||
|
||||
|
||||
private:
|
||||
QSettings m_settings;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue