Rev 241 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 241 | Rev 243 | ||
---|---|---|---|
1 | # ------------------------------------------------- |
1 | # ------------------------------------------------- |
2 | # Project created by QtCreator 2010-09-10T12:38:15 |
2 | # Project created by QtCreator 2010-09-10T12:38:15 |
3 | # ------------------------------------------------- |
3 | # ------------------------------------------------- |
4 | QT += network \ |
4 | QT += network \ |
5 | opengl \ |
5 | opengl \ |
6 | sql \ |
6 | sql \ |
7 | script \ |
7 | script \ |
8 | scripttools \ |
8 | scripttools \ |
9 | svg \ |
9 | svg \ |
10 | xml \ |
10 | xml \ |
11 | xmlpatterns \ |
11 | xmlpatterns \ |
12 | thread\ |
12 | thread\ |
13 | # multimedia \ |
13 | # multimedia \ |
14 | qt3support |
14 | qt3support |
15 | TARGET = DBViewer |
15 | TARGET = DBViewer |
16 | TEMPLATE = app |
16 | TEMPLATE = app |
17 | SOURCES += main.cpp \ |
17 | SOURCES += main.cpp \ |
18 | mainwindow.cpp \ |
18 | mainwindow.cpp \ |
19 | database.cpp \ |
19 | database.cpp \ |
20 | delegate.cpp \ |
20 | delegate.cpp \ |
21 | mymodel.cpp \ |
21 | mymodel.cpp \ |
22 | settingform.cpp \ |
22 | settingform.cpp \ |
23 | iconform.cpp \ |
23 | iconform.cpp \ |
24 | fileform.cpp \ |
24 | fileform.cpp \ |
25 | treedelegateform.cpp \ |
25 | treedelegateform.cpp \ |
26 | wmithread.cpp |
26 | wmithread.cpp \ |
- | 27 | woker.cpp |
|
27 | HEADERS += mainwindow.h \ |
28 | HEADERS += mainwindow.h \ |
28 | delegate.h \ |
29 | delegate.h \ |
29 | mymodel.h \ |
30 | mymodel.h \ |
30 | settingform.h \ |
31 | settingform.h \ |
31 | iconform.h \ |
32 | iconform.h \ |
32 | fileform.h \ |
33 | fileform.h \ |
33 | treedelegateform.h \ |
34 | treedelegateform.h \ |
34 | wmithread.h |
35 | wmithread.h \ |
- | 36 | woker.h |
|
35 | FORMS += mainwindow.ui \ |
37 | FORMS += mainwindow.ui \ |
36 | settingform.ui \ |
38 | settingform.ui \ |
37 | iconform.ui \ |
39 | iconform.ui \ |
38 | fileform.ui \ |
40 | fileform.ui \ |
39 | treedelegateform.ui |
41 | treedelegateform.ui |
40 | RESOURCES += dbviewer.qrc |
42 | RESOURCES += dbviewer.qrc |