-
Notifications
You must be signed in to change notification settings - Fork 0
/
microPFM.pro
47 lines (39 loc) · 936 Bytes
/
microPFM.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
45
46
47
#-------------------------------------------------
#
# Project created by QtCreator 2012-06-23T10:38:35
#
#-------------------------------------------------
QT += core gui
QT += xml
TARGET = microPFM
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
fileinfoitem.cpp \
projectitem.cpp \
browsermodel.cpp \
projectslist.cpp \
browserproxymodel.cpp \
filesetmodel.cpp \
filesetproxymodel.cpp \
newprojectdialog.cpp \
calendardelegate.cpp \
projectfolderedit.cpp
HEADERS += mainwindow.h \
fileinfoitem.h \
projectitem.h \
FileInfo.h \
projectslist.h \
browsermodel.h \
browserproxymodel.h \
filesetmodel.h \
filesetproxymodel.h \
newprojectdialog.h \
calendardelegate.h \
projectfolderedit.h \
constDefinitions.h
FORMS += mainwindow.ui \
newprojectdialog.ui
RESOURCES += \
Resourse.qrc
RC_FILE = microPFM.rc