~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to nitroshare.pro

  • Committer: Nathan Osman
  • Date: 2012-06-18 15:36:04 UTC
  • Revision ID: admin@quickmediasolutions.com-20120618153604-zhah626i56drwin5
Added a lot of skeleton code including the settings dialog and implemented the tray icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
TARGET   = NitroShare
10
10
TEMPLATE = app
11
11
 
12
 
SOURCES += src/main.cpp
13
 
 
14
 
HEADERS  +=
 
12
SOURCES += src/main.cpp \
 
13
    src/CSettingsDialog.cpp \
 
14
    src/CTrayIcon.cpp
 
15
 
 
16
HEADERS  += \
 
17
    include/CSettingsDialog.h \
 
18
    include/CTrayIcon.h
 
19
 
 
20
FORMS += \
 
21
    ui/CSettingsDialog.ui
 
22
 
 
23
INCLUDEPATH += include
 
24
 
 
25
RESOURCES += \
 
26
    resource/main.qrc