~slist/qmotion/2.3

« back to all changes in this revision

Viewing changes to qmotion.pro

  • Committer: Stephane List
  • Date: 2010-12-12 14:54:49 UTC
  • Revision ID: slist@lilotux.net-20101212145449-t3p63qypyb1jsgyn
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -------------------------------------------------
 
2
# Project created by QtCreator 2010-02-17T13:21:40
 
3
# -------------------------------------------------
 
4
QT += network
 
5
TARGET = qmotion
 
6
TEMPLATE = app
 
7
SOURCES += main.cpp \
 
8
    recordersetupdlg_impl.cpp \
 
9
    recordersetupdlg.cpp \
 
10
    qmotion.cpp \
 
11
    ftpsetupdlg_impl.cpp \
 
12
    ftpsetupdlg.cpp \
 
13
    formatconverter.cpp \
 
14
    capturethread.cpp \
 
15
    motiondetector.cpp \
 
16
    mailsender.cpp
 
17
HEADERS += recordersetupdlg_impl.h \
 
18
    recordersetupdlg.h \
 
19
    qmotion.h \
 
20
    motiondetector.h \
 
21
    ftpsetupdlg_impl.h \
 
22
    ftpsetupdlg.h \
 
23
    formatconverter.h \
 
24
    capturethread.h \
 
25
    version.h \
 
26
    mailsender.h
 
27
FORMS += recordersetupdlg.ui \
 
28
    qmotion.ui \
 
29
    ftpsetupdlg.ui
 
30
RESOURCES += qmotion.qrc
 
31
TRANSLATIONS = qmotion_fr.ts
 
32
QMAKE_POST_LINK = lrelease \
 
33
    qmotion.pro
 
34
unix { 
 
35
    CONFIG += link_pkgconfig
 
36
    PKGCONFIG += opencv
 
37
}
 
38
win32 { 
 
39
    LIBS += cv.lib \
 
40
        highgui.lib \
 
41
        cvaux.lib \
 
42
        cxcore.lib
 
43
    RC_FILE = qmotion.rc
 
44
}
 
45
OTHER_FILES +=