README.WINDOWS 329 B

123456789101112131415161718192021
  1. qmake params for Windows:
  2. GLIB2PATH - path to the Glib-2.x development environment (includes, ...)
  3. ZLIBPATH - path to the Zlib development environment (includes, ...)
  4. sample usage:
  5. qmake GLIB2PATH=d:\oss\glib\ ZLIBPATH=d:\oss\zlib\
  6. Requirements:
  7. Glib2 development env.
  8. Glib2 runtime env.
  9. Zlib env.