diff options
Diffstat (limited to 'recipes/qtnx/files/pro.patch')
-rw-r--r-- | recipes/qtnx/files/pro.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/qtnx/files/pro.patch b/recipes/qtnx/files/pro.patch new file mode 100644 index 0000000000..c11f39d540 --- /dev/null +++ b/recipes/qtnx/files/pro.patch @@ -0,0 +1,25 @@ +Index: qtnx-0.9/qtnx.pro +=================================================================== +--- qtnx-0.9.orig/qtnx.pro 2008-09-04 11:42:19.000000000 +0200 ++++ qtnx-0.9/qtnx.pro 2008-09-04 11:42:32.000000000 +0200 +@@ -24,6 +24,6 @@ + DEPENDPATH += $(QTDIR)/include + + +-QT += ui xml ++QT += gui xml + + TARGET = qtnx +Index: qtnx-0.9/qtnxwin32.pro +=================================================================== +--- qtnx-0.9.orig/qtnxwin32.pro 2008-03-07 12:13:15.000000000 +0100 ++++ qtnx-0.9/qtnxwin32.pro 2008-09-04 11:42:41.000000000 +0200 +@@ -14,7 +14,7 @@ + + QMAKE_LFLAGS += -Wl,-subsystem,windows + +-QT += ui xml ++QT += gui xml + + TARGET = qtnx + |