Initial commit

This commit is contained in:
Andrew
2013-01-09 12:22:22 -06:00
commit d6d5c86a73
38 changed files with 10843 additions and 0 deletions

27
MultiMC.pro Normal file
View File

@@ -0,0 +1,27 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-01-08T14:14:58
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MultiMC
TEMPLATE = app
SOURCES += main.cpp\
gui/mainwindow.cpp \
data/instancebase.cpp \
util/pathutils.cpp
HEADERS += gui/mainwindow.h \
data/instancebase.h \
util/pathutils.h \
FORMS += gui/mainwindow.ui
RESOURCES += \
multimc.qrc