mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-21 17:14:28 +00:00
Initial commit
This commit is contained in:
27
MultiMC.pro
Normal file
27
MultiMC.pro
Normal 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
|
||||
Reference in New Issue
Block a user