config.pri 353 B

12345678910111213141516171819
  1. CONFIG += static
  2. macx {
  3. CONFIG += c++11
  4. LIBS += -lcrypto
  5. }
  6. # test config
  7. # TODO actually, I shoud check it better
  8. LIST = thread exceptions rtti stl
  9. for(f, LIST) {
  10. !CONFIG($$f) {
  11. warning("Add '$$f' to CONFIG, or you will find yourself in 'funny' problems.")
  12. }
  13. }
  14. # define breakpad server SOCORRO / CALIPER
  15. DEFINES += CALIPER