qwbfs.pro 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ###########################################################################################
  2. ## Created using Monkey Studio v1.8.4.0 (1.8.4.0)
  3. ##
  4. ## Author : Filipe Azevedo aka Nox P@sNox <pasnox@gmail.com>
  5. ## Project : qwbfs
  6. ## FileName : qwbfs.pro
  7. ## Date : 2010-04-04T11:04:05
  8. ## License : GPL2
  9. ## Comment : Creating using Monkey Studio RAD
  10. ## Home Page : https://github.com/pasnox/qwbfsmanager
  11. ##
  12. ###########################################################################################
  13. TEMPLATE = subdirs
  14. CONFIG *= ordered
  15. BUILD_PATH = build
  16. include( shared.pri )
  17. win32_crossbuild {
  18. exists( "$(QT_WIN32_PATH)/lib/*fresh*" ):CONFIG *= fresh
  19. } else {
  20. exists( "$$[QT_INSTALL_LIBS]/*fresh*" ):CONFIG *= fresh
  21. }
  22. fresh {
  23. !build_pass:message( "Using system fresh library." )
  24. } else {
  25. exists( fresh.git/fresh.pro ) {
  26. SUBDIRS *= fresh.git/fresh.pro
  27. !build_pass:message( "Using bundled fresh library." )
  28. } else {
  29. !build_pass:error( "Fresh library not found - initialize the submodules using the init-repositories script." )
  30. }
  31. }
  32. SUBDIRS *= libwbfs \
  33. qwbfs