36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
|
diff -urN qt-x11-free-3.3.5-orig/tools/qembed/qembed.pro qt-x11-free-3.3.5/tools/qembed/qembed.pro
|
||
|
--- qt-x11-free-3.3.5-orig/tools/qembed/qembed.pro 2004-06-08 10:08:40.000000000 +0200
|
||
|
+++ qt-x11-free-3.3.5/tools/qembed/qembed.pro 2005-09-12 16:09:00.000000000 +0200
|
||
|
@@ -2,3 +2,7 @@
|
||
|
SOURCES = qembed.cpp
|
||
|
TARGET = qembed
|
||
|
REQUIRES=full-config nocrosscompiler
|
||
|
+
|
||
|
+DESTDIR = ../../bin
|
||
|
+target.path=$$bins.path
|
||
|
+INSTALLS += target
|
||
|
diff -urN qt-x11-free-3.3.5-orig/tools/qvfb/qvfb.pro qt-x11-free-3.3.5/tools/qvfb/qvfb.pro
|
||
|
--- qt-x11-free-3.3.5-orig/tools/qvfb/qvfb.pro 2004-07-26 11:45:00.000000000 +0200
|
||
|
+++ qt-x11-free-3.3.5/tools/qvfb/qvfb.pro 2005-09-12 16:15:19.000000000 +0200
|
||
|
@@ -9,3 +9,7 @@
|
||
|
TARGET = qvfb
|
||
|
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/libpng $$QT_SOURCE_TREE/src/3rdparty/zlib
|
||
|
DEPENDPATH = ../../include
|
||
|
+
|
||
|
+DESTDIR = ../../bin
|
||
|
+target.path=$$bins.path
|
||
|
+INSTALLS +=target
|
||
|
\ No newline at end of file
|
||
|
diff -urN qt-x11-free-3.3.5-orig/tools/tools.pro qt-x11-free-3.3.5/tools/tools.pro
|
||
|
--- qt-x11-free-3.3.5-orig/tools/tools.pro 2004-06-08 10:05:03.000000000 +0200
|
||
|
+++ qt-x11-free-3.3.5/tools/tools.pro 2005-09-12 16:05:38.000000000 +0200
|
||
|
@@ -4,6 +4,8 @@
|
||
|
} else {
|
||
|
SUBDIRS = assistant/lib \
|
||
|
designer \
|
||
|
+ qembed \
|
||
|
+ qvfb \
|
||
|
assistant \
|
||
|
linguist
|
||
|
unix:SUBDIRS += qtconfig
|