0

In CMake I use:

#target_compile_definitions(appsap_rtf PRIVATE SAPwithUNICODE UNICODE _UNICODE SAPwithTHREADS)
target_compile_definitions(appsap_rtf PRIVATE SAPwithUNICODE)
target_compile_definitions(appsap_rtf PRIVATE UNICODE)
target_compile_definitions(appsap_rtf PRIVATE _UNICODE)
target_compile_definitions(appsap_rtf PRIVATE SAPwithTHREADS)

but how do I define these definitions in qmake?

Tsyvarev
  • 60,011
  • 17
  • 110
  • 153
Jiri Zaloudek
  • 326
  • 3
  • 19
  • So, you wont to pass compiler flags in QMake. Have you tried to **search** on that topic? See e.g. [that question](https://stackoverflow.com/questions/7980499/where-in-qt-creator-do-i-pass-arguments-to-a-compiler). – Tsyvarev Aug 24 '23 at 15:13

0 Answers0