Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buildlib.pro 638B

1234567891011121314151617
  1. TEMPLATE=lib
  2. CONFIG += qt qextserialport-buildlib
  3. # Include .pri file before using "qextserialport-static"
  4. # and after CONFIG += "qextserialport-buildlib"
  5. include(../src/qextserialport.pri)
  6. qextserialport-static:CONFIG += static
  7. else:CONFIG += dll
  8. mac:CONFIG += absolute_library_soname
  9. win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all
  10. TARGET = $$QEXTSERIALPORT_LIBNAME
  11. DESTDIR = $$QEXTSERIALPORT_LIBDIR
  12. win32:!qextserialport-static{
  13. DLLDESTDIR = $$[QT_INSTALL_BINS]
  14. QMAKE_DISTCLEAN += $$[QT_INSTALL_BINS]\\$${QEXTSERIALPORT_LIBNAME}.dll
  15. }
  16. target.path = $$DESTDIR
  17. INSTALLS += target