~ubuntu-branches/ubuntu/quantal/smokeqt/quantal

« back to all changes in this revision

Viewing changes to qtcore/QtGuess.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-05 13:47:48 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120605134748-cak1deh0vnp8c9b6
Tags: 4:4.8.80a-0ubuntu1
* Sync with debian git
* New upstream beta release
  - add argument list files to libsmokeqt4-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
# macro is defined in qt-copy/src/qbase.pri but couldn't be found by qtguess, so I append it manually
99
99
list(APPEND qtdefines "QT_NO_CAST_TO_ASCII")
 
100
list(APPEND qtdefines "QT_NO_CAST_FROM_ASCII")
100
101
list(APPEND qtdefines "QT_GUI_LIB")
101
102
 
102
103
# check for MSVC compiler
135
136
  list(REMOVE_ITEM qtdefines_output "QT_DEBUG")
136
137
  # message(STATUS "Got defines from Qt headers ${qtdefines_output}")
137
138
  list(APPEND qtdefines ${qtdefines_output})
138
 
  list(REMOVE_ITEM test_targets ${qtdefines_output})
 
139
  if (qtdefines_output)
 
140
    list(REMOVE_ITEM test_targets ${qtdefines_output})
 
141
  endif (qtdefines_output)
139
142
endif(${qtdefines_run} EQUAL 0)
140
143
 
141
144
message(STATUS "Checking how Qt was built...")