moved version information into separate header file to avoid the necessity of a complete recompile each time SVN revision changes
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1913 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <QtGui/QMessageBox>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
|
||||
#include "lmmsversion.h"
|
||||
#include "config_mgr.h"
|
||||
#include "main_window.h"
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
#include "project_version.h"
|
||||
#include "song_editor.h"
|
||||
#include "effect.h"
|
||||
#include "lmmsversion.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
#include "lmmsversion.h"
|
||||
#include "about_dialog.h"
|
||||
#include "embed.h"
|
||||
#include "engine.h"
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <QtGui/QCheckBox>
|
||||
|
||||
|
||||
#include "lmmsversion.h"
|
||||
#include "main_window.h"
|
||||
#include "bb_editor.h"
|
||||
#include "song_editor.h"
|
||||
|
||||
Reference in New Issue
Block a user