Changeset 10581
- Timestamp:
- 07/14/08 03:00:55 (4 months ago)
- Files:
-
- trunk/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r10385 r10581 1333 1333 cnf_append "VBOX_PATH_QT4_INCLUDE" "$INCQT4" 1334 1334 cnf_append "VBOX_PATH_QT4_LIB" "`strip_L "$LIBQT4"`" 1335 cnf_append "SDK_QT4_LIBPATH" "`strip_L "$LIBQT4"`" 1336 # this is not quite right since the qt libpath does not have to be first... 1337 cnf_append "PATH_SDK_QT4_LIB" '$'"(firstword `strip_L "$LIBQT4"`)" 1335 1338 if [ "$foundqt4" = "2" ]; then 1336 1339 cnf_append "VBOX_WITH_QT4_SUN" "1" … … 1347 1350 cnf_append "VBOX_PATH_QT4_BIN" "$q/bin" 1348 1351 cnf_append "VBOX_PATH_QT4" "$q" 1352 cnf_append "PATH_SDK_QT4" "$q" 1353 cnf_append "PATH_TOOL_QT4" "$q" 1349 1354 return 1350 1355 fi

