-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepliqode.pro
44 lines (35 loc) · 1003 Bytes
/
repliqode.pro
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-28T18:07:12
#
#-------------------------------------------------
QT += core gui widgets
LIBS += -lr_code -lr_comp -lr_exec
exists(config.pri) {
include(config.pri)
}
TARGET = repliqode
TEMPLATE = app
CONFIG += c++11
SOURCES += main.cpp \
hivewidget.cpp \
replicodehandler.cpp \
window.cpp \
replicodehighlighter.cpp \
streamredirector.cpp
HEADERS += \
hivewidget.h \
replicodehandler.h \
window.h \
replicodehighlighter.h \
streamredirector.h
# Copy in some examples
copydata.commands = $(COPY) \
$$PWD/std.replicode \
$$PWD/user.classes.replicode \
$$PWD/example-all-objects.image \
$$PWD/example-only-models.image \
$$OUT_PWD
first.depends = $(first) copydata
QMAKE_EXTRA_TARGETS += first copydata
DISTFILES += user.classes.replicode std.replicode