blob: 28c9af1bd92824680adeea62b9aba8066c0ba967 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
######################################################################
# Automatically generated by qmake (2.01a) Wed Aug 29 14:24:47 2007
######################################################################
TEMPLATE = app
TARGET = pracro
DEPENDPATH += . widgets
INCLUDEPATH += . widgets
QT += core gui network xml
win32 {
LIBS += -llua51
}
unix {
LIBS += -llua
}
HEADERS += \
builder.h \
lua.h \
macro.h \
sendrecieve.h \
widgets.h \
widgets/widget.h \
widgets/label.h \
widgets/lineedit.h \
widgets/textedit.h \
widgets/pushbutton.h \
widgets/combobox.h \
widgets/listbox.h \
widgets/frame.h \
widgets/groupbox.h \
widgets/radiobutton.h \
widgets/radiobuttons.h \
widgets/checkbox.h \
widgets/window.h
SOURCES += \
pracro.cc \
builder.cc \
lua.cc \
macro.cc \
sendrecieve.cc \
widgets/widget.cc \
widgets/label.cc \
widgets/lineedit.cc \
widgets/textedit.cc \
widgets/pushbutton.cc \
widgets/combobox.cc \
widgets/listbox.cc \
widgets/frame.cc \
widgets/groupbox.cc \
widgets/radiobutton.cc \
widgets/radiobuttons.cc \
widgets/checkbox.cc \
widgets/window.cc
win32 {
DEFINES += HOST_WIN32
}
|