~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to nitroshare.pro

  • Committer: Nathan Osman
  • Date: 2012-06-19 03:48:08 UTC
  • Revision ID: admin@quickmediasolutions.com-20120619034808-a8b3e2cdsfpxi0nw
Added about dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    src/CTrayIcon.cpp \
18
18
    src/CBroadcastServer.cpp \
19
19
    src/defaults.cpp \
20
 
    src/CFileServer.cpp
 
20
    src/CFileServer.cpp \
 
21
    src/CAboutDialog.cpp
21
22
 
22
23
HEADERS  += \
23
24
    include/CSettingsDialog.h \
25
26
    include/defaults.h \
26
27
    include/CBroadcastServer.h \
27
28
    include/CFileServer.h \
28
 
    include/CMachine.h
 
29
    include/CMachine.h \
 
30
    include/CAboutDialog.h
29
31
 
30
32
FORMS += \
31
 
    ui/CSettingsDialog.ui
 
33
    ui/CSettingsDialog.ui \
 
34
    ui/CAboutDialog.ui
32
35
 
33
36
INCLUDEPATH += include
34
37