summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.pro
blob: 701402b5ef6cc0eef534bcbfed300b89530b67a4 (plain) (blame)
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
TEMPLATE = app
TARGET = fbgui
CONFIG += qt \
    debug
QT += core \
    gui \
    network \
    webkit
LIBS += -L/usr/local/qjson/lib \
    -lqjson \
    -L/usr/local/Qxt/lib \
    -lQxtCore \
    -L/usr/lib \
    -lsysfs \
    -lnl \
    -lusb-1.0 \
    -L/usr/local/lib \
    -lcustomdhcpcd
INCLUDEPATH += /usr/local/qjson/include \
    /usr/local/Qxt/include \
    /usr/local/Qxt/include/QxtCore \
    /usr/include/sysfs \
    /usr/include/libusb-1.0 \
    /usr/include/net \
    /usr/include/netlink \
    /usr/include/netlink/route \
    /usr/include/arpa \
    ./../customdhcpcd/src
HEADERS += ../common/fbgui.h \
    downloadmanager.h \
    fbgui.h \
    interfaceconfiguration.h \
    javascriptinterface.h \
    loggerengine.h \
    ndgui.h \
    networkdiscovery.h \
    networkmanager.h \
    sysinfo.h 
SOURCES += networkdiscovery.cpp \
    networkmanager.cpp \
    ndgui.cpp \
    interfaceconfiguration.cpp \ 
    sysinfo.cpp \
    loggerengine.cpp \
    javascriptinterface.cpp \
    downloadmanager.cpp \
    fbgui.cpp \
    main.cpp
FORMS += 
RESOURCES += fbgui.qrc