~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to nitroshare.pro

  • Committer: Nathan Osman
  • Date: 2012-07-04 23:45:28 UTC
  • Revision ID: admin@quickmediasolutions.com-20120704234528-1ycx8e04a2swv53s
Added dependency on XML-RPC library and implemented code to make sure that only one instance of the application is running at a time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
#-------------------------------------------------
6
6
 
7
 
QT += core gui network
 
7
QT += core gui network xml
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
 
36
    src/util/definitions.cpp \
 
37
    src/rpc/CRPCServer.cpp
37
38
 
38
39
HEADERS  += \
39
40
    include/dialogs/CSettingsDialog.h \
56
57
    include/discovery/CBasicBroadcaster.h \
57
58
    include/widgets/CBroadcastDiscoveryWidget.h \
58
59
    include/discovery/CBasicListener.h \
59
 
    include/util/definitions.h
 
60
    include/util/definitions.h \
 
61
    include/rpc/CRPCServer.h
60
62
 
61
63
FORMS += \
62
64
    ui/CSettingsDialog.ui \
76
78
 
77
79
INCLUDEPATH += include
78
80
 
79
 
LIBS += -lqjson
 
81
LIBS += -lqjson -lqxmlrpc
80
82
 
81
83
win32:RC_FILE = resource/resource.rc