~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to nitroshare.pro

  • Committer: Nathan Osman
  • Date: 2012-06-26 23:07:20 UTC
  • Revision ID: admin@quickmediasolutions.com-20120626230720-uzgqoc5w7lnowgx7
Added wizard to run when NitroShare is first started to guide new users in configuring the application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    src/util/settings.cpp \
28
28
    src/util/network.cpp \
29
29
    src/sharebox/CShareBox.cpp \
30
 
    src/dialogs/CMachineSelectionDialog.cpp
 
30
    src/dialogs/CMachineSelectionDialog.cpp \
 
31
    src/dialogs/CFirstStartWizard.cpp
31
32
 
32
33
HEADERS  += \
33
34
    include/dialogs/CSettingsDialog.h \
45
46
    include/util/settings.h \
46
47
    include/util/network.h \
47
48
    include/sharebox/CShareBox.h \
48
 
    include/dialogs/CMachineSelectionDialog.h
 
49
    include/dialogs/CMachineSelectionDialog.h \
 
50
    include/dialogs/CFirstStartWizard.h
49
51
 
50
52
FORMS += \
51
53
    ui/CSettingsDialog.ui \
52
54
    ui/CAboutDialog.ui \
53
55
    ui/CAcceptPromptDialog.ui \
54
 
    ui/CMachineSelectionDialog.ui
 
56
    ui/CMachineSelectionDialog.ui \
 
57
    ui/CFirstStartWizard.ui
55
58
 
56
59
INCLUDEPATH += include
57
60