| 1234567891011121314151617181920212223242526272829 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2012-11-09T10:25:01
- #
- #-------------------------------------------------
- QT += core gui
- TARGET = RealPlay
- TEMPLATE = app
- #DEFINES += MAC
- SOURCES += main.cpp\
- mainwindow.cpp \
- utility/Profile.cpp \
- utility/dhmutex.cpp
- HEADERS += mainwindow.h \
- utility/Profile.h \
- utility/dhmutex.h \
- UserDefine.h \
- dhnetsdk.h \
- FORMS += mainwindow.ui
- win32:LIBS += D:\SVNcode\QtProj\RealPlay\lib\dhnetsdk.lib
- #unix:LIBS += -L. -ldhdvr -ldhnetsdk -lpthread
- unix:LIBS += -L. -ldhnetsdk -lpthread
- unix:INCPATH +=../../../Include/Common ../../Include/Common
|