~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to nitroshare.pro

  • Committer: Nathan Osman
  • Date: 2012-07-04 22:38:09 UTC
  • Revision ID: admin@quickmediasolutions.com-20120704223809-3f3w98omt2f90ba6
Added [empty] menu item to indicator when there are no machines available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
#-------------------------------------------------
6
6
 
7
 
QT += core gui network xml
 
7
QT += core gui network
8
8
 
9
9
TARGET = nitroshare
10
10
target.path = /opt/extras.ubuntu.com/nitroshare
33
33
    src/discovery/CBasicBroadcaster.cpp \
34
34
    src/widgets/CBroadcastDiscoveryWidget.cpp \
35
35
    src/discovery/CBasicListener.cpp \
36
 
    src/util/definitions.cpp \
37
 
    src/rpc/CRPCServer.cpp
 
36
    src/util/definitions.cpp
38
37
 
39
38
HEADERS  += \
40
39
    include/dialogs/CSettingsDialog.h \
57
56
    include/discovery/CBasicBroadcaster.h \
58
57
    include/widgets/CBroadcastDiscoveryWidget.h \
59
58
    include/discovery/CBasicListener.h \
60
 
    include/util/definitions.h \
61
 
    include/rpc/CRPCServer.h
 
59
    include/util/definitions.h
62
60
 
63
61
FORMS += \
64
62
    ui/CSettingsDialog.ui \
78
76
 
79
77
INCLUDEPATH += include
80
78
 
81
 
LIBS += -lqjson -lqxmlrpc
 
79
LIBS += -lqjson
82
80
 
83
81
win32:RC_FILE = resource/resource.rc