snchelpme.pro 805 B

12345678910111213141516171819202122232425262728293031323334
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2012-06-17T12:12:32
  4. #
  5. #-------------------------------------------------
  6. QT += webkit gui
  7. TARGET = SNCHelpMe
  8. TEMPLATE = lib
  9. DESTDIR = ../../output
  10. INCLUDEPATH +=../sncdatabase
  11. INCLUDEPATH +=../snccore
  12. INCLUDEPATH +=../wsnumchk
  13. LIBS += ../../output/sncdatabase.dll\
  14. ../../output/snccore.dll\
  15. ../../output/wsnumchk.dll
  16. DEFINES += SNCHELPME_LIBRARY
  17. SOURCES += snchelpme.cpp \
  18. formhelpme.cpp \
  19. dialogsaveoutput.cpp \
  20. dialogselectsegment2.cpp
  21. HEADERS += snchelpme.h\
  22. SNCHelpMe_global.h \
  23. formhelpme.h \
  24. dialogsaveoutput.h \
  25. dialogselectsegment2.h
  26. FORMS += \
  27. formhelpme.ui \
  28. dialogsaveoutput.ui \
  29. dialogselectsegment2.ui