summaryrefslogtreecommitdiffstats
path: root/MultiMC.pro
blob: 6115627cfbb6946538d32c6ae5697f529d680a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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