summaryrefslogtreecommitdiff
path: root/ui/ui.pro
blob: 958d6ff7ad445cc378d29a45c394cfba55b61820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# File generated by kdevelop's qmake manager. 
# ------------------------------------------- 
# Subdir relative project main directory: .
# Target is an application:  

FORMS += createfavourite.ui \
         favouritehublist.ui \
         hub.ui \
         mainwindow.ui \
         publichublist.ui \
         search.ui \
         searchdock.ui \
         settings.ui \
         connectdialog.ui \
         userfilelisting.ui 
IDLS += settings.ui 
HEADERS += mainwindow.h \
           backendconnection.h \
           filelog.h \
           settingsdialog.h \
           publichubswidget.h \
           rpctypes.h \
           commandhandlers.h \
           session.h \
           sessionmanager.h \
           userlistmodel.h \
           user.h \
           blockallocator.h \
           shareitemmodel.h \
           searchwidget.h \
           searchmanager.h \
           searchentry.h \
           connectdialog.h \
           searchtablemodel.h \
           queueitem.h \
           queuemodel.h \
           filetransfer.h \
           exceptions.h \
           globalusermodel.h \
           finisheditem.h \
           finishedmodel.h \
           transferlistitemdelegate.h \
           transferlistmodel.h \
           favouritehubswidget.h \
           userfilemodel.h \
           userfiledialog.h \
           nicetreeview.h \
	   createfavouritedialog.h
SOURCES += main.cpp \
           mainwindow.cpp \
           backendconnection.cpp \
           filelog.cpp \
           settingsdialog.cpp \
           publichubswidget.cpp \
           commandhandlers.cpp \
           session.cpp \
           sessionmanager.cpp \
           userlistmodel.cpp \
           shareitemmodel.cpp \
           searchwidget.cpp \
           searchmanager.cpp \
           searchtablemodel.cpp \
           queuemodel.cpp \
           globalusermodel.cpp \
           finishedmodel.cpp \
           transferlistitemdelegate.cpp \
           transferlistmodel.cpp \
           favouritehubswidget.cpp \
           connectdialog.cpp \
           userfilemodel.cpp \
           nicetreeview.cpp \
	   createfavouritedialog.cpp \
	   userfiledialog.cpp
TEMPLATE = app
TARGET +=
DEPENDPATH += .
CONFIG += qt release
INCPATH += . ../rpcdriver ../ ../backend /usr/include
RESOURCES += res.qrc
unix{
  LIBS = -L../rpcdriver -L/usr/local/lib -lrpc -lboost_thread -lboost_program_options
}