MinetestLauncher/MinetestLauncher.pro

36 lines
653 B
Prolog
Raw Normal View History

2016-02-05 18:32:20 -08:00
#-------------------------------------------------
#
# Project created by QtCreator 2016-01-29T18:44:36
#
#-------------------------------------------------
2016-05-29 19:45:20 -07:00
QT += core gui network
2016-02-05 18:32:20 -08:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MinetestLauncher
TEMPLATE = app
CONFIG += c++11
SOURCES += main.cpp\
mainwindow.cpp \
profile.cpp \
2016-02-06 21:05:40 -08:00
profilemanager.cpp \
2016-05-16 14:42:05 -07:00
createdialog.cpp \
processui.cpp \
datamanager.cpp
2016-02-05 18:32:20 -08:00
HEADERS += mainwindow.h \
profile.h \
2016-02-06 21:05:40 -08:00
profilemanager.h \
2016-05-16 14:42:05 -07:00
createdialog.h \
processui.h \
datamanager.h
2016-02-05 18:32:20 -08:00
2016-02-06 21:05:40 -08:00
FORMS += mainwindow.ui \
createdialog.ui
2016-02-09 20:02:52 -08:00
RESOURCES += \
scripts.qrc