QBrainfuck/QBrainfuck.pro

25 lines
429 B
Prolog
Raw Permalink Normal View History

2014-08-12 10:50:10 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-28T15:14:32
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QBrainfuck
TEMPLATE = app
SOURCES += main.cpp\
2014-08-20 11:38:44 +00:00
qbrainfuck.cpp \
decoderthread.cpp
2014-08-12 10:50:10 +00:00
2014-08-20 11:38:44 +00:00
HEADERS += qbrainfuck.h \
decoderthread.h
2014-08-12 10:50:10 +00:00
FORMS += qbrainfuck.ui
2014-08-20 18:10:25 +00:00
LIBS += -lqrencode