-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdat.pro
44 lines (42 loc) · 943 Bytes
/
dat.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 2011-02-28T12:39:14
# -------------------------------------------------
TARGET = dat
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
dialog.cpp \
key.cpp \
application.cpp \
file.cpp \
standartfile.cpp \
backupfile.cpp \
valuefile.cpp \
lrecordfile.cpp \
crecordfile.cpp \
stdbackupwidget.cpp \
valuewidget.cpp \
lcrecordwidget.cpp
HEADERS += mainwindow.h \
dialog.h \
key.h \
application.h \
file.h \
standartfile.h \
backupfile.h \
valuefile.h \
lrecordfile.h \
crecordfile.h \
stdbackupwidget.h \
valuewidget.h \
lcrecordwidget.h
FORMS += mainwindow.ui \
dialog.ui \
dialog.ui \
key.ui \
application.ui \
file.ui \
stdbackupwidget.ui \
valuewidget.ui \
lcrecordwidget.ui
unix:!macx:!symbian: LIBS += -lfreefare -lnfc