]> git.ipfire.org Git - ipfire-3.x.git/blob - qtermwidget/patches/shared.patch
Move all packages to root.
[ipfire-3.x.git] / qtermwidget / patches / shared.patch
1 Index: qtermwidget/lib/lib.pro
2 ===================================================================
3 --- qtermwidget.orig/lib/lib.pro
4 +++ qtermwidget/lib/lib.pro
5 @@ -4,7 +4,7 @@ DESTDIR = ..
6
7 TARGET = qtermwidget
8
9 -CONFIG += qt debug_and_release warn_on build_all staticlib #dll
10 +CONFIG += qt debug_and_release warn_on build_all #dll
11
12 QT += core gui
13
14 @@ -42,7 +42,3 @@ SOURCES = TerminalCharacterDecoder.cpp
15 Session.cpp ShellCommand.cpp \
16 qtermwidget.cpp
17
18 -
19 -
20 -
21 -
22 \ Dosya sonunda yenisatır yok.
23 Index: qtermwidget/src/src.pro
24 ===================================================================
25 --- qtermwidget.orig/src/src.pro
26 +++ qtermwidget/src/src.pro
27 @@ -10,11 +10,11 @@ MOC_DIR = ../.moc
28 CONFIG(debug, debug|release) {
29 OBJECTS_DIR = ../.objs_d
30 TARGET = consoleq_d
31 - LIBS += -L.. ../libqtermwidget_d.a
32 + LIBS += -L.. ../libqtermwidget_d.so
33 } else {
34 OBJECTS_DIR = ../.objs
35 TARGET = consoleq
36 - LIBS += -L.. ../libqtermwidget.a
37 + LIBS += -L.. ../libqtermwidget.so
38 }
39
40 SOURCES = main.cpp
41 @@ -24,4 +24,3 @@ INCLUDEPATH = ../lib
42 #LIBS += -L.. -lqtermwidget
43
44
45 -
46 \ Dosya sonunda yenisatır yok.