瀏覽代碼

Fix finding Qt explicitly.

Michael Schloh von Bennewitz 23 年之前
父節點
當前提交
da93e4472f
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      asgui/asgui.spec

+ 4 - 3
asgui/asgui.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        Editor
 License:      GPL
-Version:      0.6.0
-Release:      20021128
+Version:      0.5.0
+Release:      20021129
 
 #   list of sources
 Source0:      ftp://ftp.ossp.org/pkg/tool/asgui/asgui-%{version}.tar.gz
@@ -56,7 +56,8 @@ AutoReqProv:  no
 
 %build
     ./configure \
-        --prefix=%{l_prefix}
+        --prefix=%{l_prefix} \
+        --with-qtdir=%{l_prefix}
     %{l_make} %{l_mflags -O}
 
 %install