RealPlay.pro 673 B

1234567891011121314151617181920212223242526272829
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2012-11-09T10:25:01
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. TARGET = RealPlay
  8. TEMPLATE = app
  9. #DEFINES += MAC
  10. SOURCES += main.cpp\
  11. mainwindow.cpp \
  12. utility/Profile.cpp \
  13. utility/dhmutex.cpp
  14. HEADERS += mainwindow.h \
  15. utility/Profile.h \
  16. utility/dhmutex.h \
  17. UserDefine.h \
  18. dhnetsdk.h \
  19. FORMS += mainwindow.ui
  20. win32:LIBS += D:\SVNcode\QtProj\RealPlay\lib\dhnetsdk.lib
  21. #unix:LIBS += -L. -ldhdvr -ldhnetsdk -lpthread
  22. unix:LIBS += -L. -ldhnetsdk -lpthread
  23. unix:INCPATH +=../../../Include/Common ../../Include/Common