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

Collapse All | Expand All

(-)ifp_gui-0.10.4-orig/src/src.pro (-12 / +2 lines)
Lines 34-42 Link Here
34
           createdirdlg.h \
34
           createdirdlg.h \
35
           settings.h \
35
           settings.h \
36
           gui_user.h \
36
           gui_user.h \
37
           ifp.h \
38
           libifp/ifp_os.h \
39
           libifp/prim.h \
40
           radiofreqdlg.h \
37
           radiofreqdlg.h \
41
           ifprecconv/adpcm.h \
38
           ifprecconv/adpcm.h \
42
           ifprecconv/endian.h \
39
           ifprecconv/endian.h \
Lines 54-66 Link Here
54
           createdirdlg.cpp \
51
           createdirdlg.cpp \
55
           settings.cpp \
52
           settings.cpp \
56
           gui_user.cpp \
53
           gui_user.cpp \
57
           libifp/comp.c \
58
           libifp/error_strings.c \
59
           libifp/ifp_os_libusb.c \
60
           libifp/prim.c \
61
           libifp/readwrite.c \
62
           libifp/tuner.c \
63
           libifp/userfile.c \
64
           radiofreqdlg.cpp \
54
           radiofreqdlg.cpp \
65
           ifprecconv/adpcm.c \
55
           ifprecconv/adpcm.c \
66
           ifprecconv/ifprecconv.c \
56
           ifprecconv/ifprecconv.c \
Lines 68-79 Link Here
68
           revision.cpp \
58
           revision.cpp \
69
           iointerface.cpp \
59
           iointerface.cpp \
70
           ifpinterface.cpp 
60
           ifpinterface.cpp 
71
LIBS += -lusb \
61
LIBS += -lusb -lifp \
72
-L/usr/local/lib \
62
-L/usr/local/lib \
73
-L/usr/X11R6/lib
63
-L/usr/X11R6/lib
74
QMAKE_LIBDIR = /usr/local/lib \
64
QMAKE_LIBDIR = /usr/local/lib \
75
/usr/X11R6/lib
65
/usr/X11R6/lib
76
TARGET = ../bin/ifp_gui
66
TARGET = ifp-gui
77
CONFIG += release \
67
CONFIG += release \
78
warn_on \
68
warn_on \
79
qt \
69
qt \

Return to bug 95978