diff options
author | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-15 02:03:20 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-15 02:03:20 +0100 |
commit | 11bfc1adba5c32d7299cca4d4f9141e889033cd6 (patch) | |
tree | b1b0a42e8ae5b51dfe93352f9247b4056be0c027 /redhat/tqt3/tqt3-3.4.0-embed.patch | |
parent | 9eaa7eb86bd627d3636f0d1988c7e867e2f7eebf (diff) | |
parent | 14dfc7ec02c0f331342d8becac217b781b5feadf (diff) | |
download | tde-packaging-11bfc1adba5c32d7299cca4d4f9141e889033cd6.tar.gz tde-packaging-11bfc1adba5c32d7299cca4d4f9141e889033cd6.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/tqt3/tqt3-3.4.0-embed.patch')
-rw-r--r-- | redhat/tqt3/tqt3-3.4.0-embed.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/tqt3/tqt3-3.4.0-embed.patch b/redhat/tqt3/tqt3-3.4.0-embed.patch new file mode 100644 index 000000000..10d7704ae --- /dev/null +++ b/redhat/tqt3/tqt3-3.4.0-embed.patch @@ -0,0 +1,10 @@ +--- tqt3/tools/qembed/qembed.pro.qembed 2012-02-13 19:10:01.000000000 +0100 ++++ tqt3/tools/qembed/qembed.pro 2012-02-13 21:26:57.417973392 +0100 +@@ -3,5 +3,7 @@ + TARGET = qembed + REQUIRES=full-config nocrosscompiler + ++DESTDIR = ../../bin + target.path = $$bins.path + INSTALLS += target ++ |