airkiss.pro 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2019-05-09T13:47:22
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets network
  8. DEFINES +=AIRKISS_80211HDR_NONE
  9. TARGET = airkiss
  10. TEMPLATE = app
  11. DESTDIR = ../../doc
  12. # The following define makes your compiler emit warnings if you use
  13. # any feature of Qt which has been marked as deprecated (the exact warnings
  14. # depend on your compiler). Please consult the documentation of the
  15. # deprecated API in order to know how to port your code away from it.
  16. DEFINES += QT_DEPRECATED_WARNINGS
  17. # You can also make your code fail to compile if you use deprecated APIs.
  18. # In order to do so, uncomment the following line.
  19. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  20. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  21. SOURCES += \
  22. main.cpp \
  23. mainwindow.cpp \
  24. akWorker.cpp \
  25. ../../airkiss.c
  26. HEADERS += \
  27. mainwindow.h \
  28. akWorker.h
  29. ../../airkiss.h
  30. FORMS += \
  31. mainwindow.ui