Project

General

Profile

Using Watchdog » qwatchdog.pro

Jonathan Cormier, 10/14/2014 02:27 PM

 
1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2014-10-14T14:10:46
4
#
5
#-------------------------------------------------
6

    
7
QT       += core
8

    
9
QT       -= gui
10

    
11
TARGET = qwatchdog
12
CONFIG   += console
13
CONFIG   -= app_bundle
14

    
15
TEMPLATE = app
16

    
17
DEFINES += WATCHDOG_UT
18

    
19

    
20
SOURCES += \
21
    qwatchdog.cpp
22

    
23
HEADERS += \
24
    qwatchdog.h
(4-4/7) Go to top
Add picture from clipboard (Maximum size: 1 GB)