AlbumShaper
1.0a3
src
config.cpp
Go to the documentation of this file.
1
//==============================================
2
// copyright : (C) 2003-2005 by Will Stokes
3
//==============================================
4
// This program is free software; you can redistribute it
5
// and/or modify it under the terms of the GNU General
6
// Public License as published by the Free Software
7
// Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//==============================================
10
11
//Systemwide includes
12
#include <qstring.h>
13
14
//Projectwide includes
15
#include "
config.h
"
16
17
QString
MATERIAL_DIR
;
18
QString
IMAGE_PATH
;
19
QString
HANDBOOK_PATH
;
20
QString
TEXT_PATH
;
21
QString
THEMES_PATH
;
22
QString
XMLCONVERSION_PATH
;
23
QString
TEMP_DIR
;
TEMP_DIR
QString TEMP_DIR
Definition:
config.cpp:23
config.h
TEXT_PATH
QString TEXT_PATH
Definition:
config.cpp:20
IMAGE_PATH
QString IMAGE_PATH
Definition:
config.cpp:18
MATERIAL_DIR
QString MATERIAL_DIR
Definition:
config.cpp:17
HANDBOOK_PATH
QString HANDBOOK_PATH
Definition:
config.cpp:19
XMLCONVERSION_PATH
QString XMLCONVERSION_PATH
Definition:
config.cpp:22
THEMES_PATH
QString THEMES_PATH
Definition:
config.cpp:21
Generated by
1.8.12