~bstrong-f/fisysmgr/trunk

« back to all changes in this revision

Viewing changes to main/fisysmgr.pro

  • Committer: Barry Strong
  • Date: 2015-05-10 13:05:49 UTC
  • Revision ID: barry@softtechok.com-20150510130549-xlbzzt5slojawh70
Replaced password dialog with credentials dialog. Added minimal about box. Added change mout option value dialog. modified to compile with Qt4 or Qt5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
#-------------------------------------------------
6
6
 
7
 
QT       += core gui phonon network
 
7
QT       += core network
 
8
 
 
9
equals(QT_MAJOR_VERSION, 4) {
 
10
    QT += phonon
 
11
}
 
12
 
 
13
equals(QT_MAJOR_VERSION, 5) {
 
14
    QT += widgets multimedia
 
15
}
8
16
 
9
17
TARGET = fisysmgr
10
18
TEMPLATE = app
26
34
    source/tablemodel.cpp \
27
35
    source/fssortproxy.cpp \
28
36
    source/fstableview.cpp \
29
 
    source/passworddlg.cpp \
30
37
    source/optionsdlg.cpp \
31
38
    source/optchkbox.cpp \
32
39
    source/paramdlg.cpp \
45
52
    include/tablemodel.h \
46
53
    include/fssortproxy.h \
47
54
    include/fstableview.h \
48
 
    include/passworddlg.h \
49
55
    include/optionsdlg.h \
50
56
    include/optchkbox.h \
51
57
    include/paramdlg.h \
57
63
    forms/editdialog.ui \
58
64
    forms/fsmmain.ui \
59
65
    forms/browsedlg.ui \
60
 
    forms/passworddlg.ui \
61
66
    forms/optionsdlg.ui \
62
67
    forms/paramdlg.ui \
63
68
    forms/credsdialog.ui \