Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118115 | Differences between
and this patch

Collapse All | Expand All

(-)ifpgui-0.10.6-orig/src/src.pro (-11 / +1 lines)
Lines 3-9 Link Here
3
# Subdir relative project main directory: ./src
3
# Subdir relative project main directory: ./src
4
# Target is an application:  ../bin/ifpgui
4
# Target is an application:  ../bin/ifpgui
5
5
6
LIBS += -lusb \
6
LIBS += -lusb -lifp \
7
        -L/usr/local/lib \
7
        -L/usr/local/lib \
8
        -L/usr/X11R6/lib 
8
        -L/usr/X11R6/lib 
9
QMAKE_LIBDIR = /usr/local/lib \
9
QMAKE_LIBDIR = /usr/local/lib \
Lines 47-55 Link Here
47
           createdirdlg.h \
47
           createdirdlg.h \
48
           settings.h \
48
           settings.h \
49
           gui_user.h \
49
           gui_user.h \
50
           ifp.h \
51
           libifp/ifp_os.h \
52
           libifp/prim.h \
53
           radiofreqdlg.h \
50
           radiofreqdlg.h \
54
           ifprecconv/adpcm.h \
51
           ifprecconv/adpcm.h \
55
           ifprecconv/endian.h \
52
           ifprecconv/endian.h \
Lines 67-79 Link Here
67
           createdirdlg.cpp \
64
           createdirdlg.cpp \
68
           settings.cpp \
65
           settings.cpp \
69
           gui_user.cpp \
66
           gui_user.cpp \
70
           libifp/comp.c \
71
           libifp/error_strings.c \
72
           libifp/ifp_os_libusb.c \
73
           libifp/prim.c \
74
           libifp/readwrite.c \
75
           libifp/tuner.c \
76
           libifp/userfile.c \
77
           radiofreqdlg.cpp \
67
           radiofreqdlg.cpp \
78
           ifprecconv/adpcm.c \
68
           ifprecconv/adpcm.c \
79
           ifprecconv/ifprecconv.c \
69
           ifprecconv/ifprecconv.c \

Return to bug 118115