Workaround for dirty build folders.

My disgust just turned into barely contained rage :<
This commit is contained in:
Petr Mrázek
2014-04-06 03:59:37 +02:00
parent f9169654c5
commit 482ad250a4
11 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@
* limitations under the License.
*/
#include "MultiMC.h"
#include "Config.h"
#include "BuildConfig.h"
#include "MainWindow.h"
#include "ui_MainWindow.h"

View File

@ -18,7 +18,7 @@
#include <QIcon>
#include "MultiMC.h"
#include "gui/Platform.h"
#include "Config.h"
#include "BuildConfig.h"
AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), ui(new Ui::AboutDialog)
{