File: qt-Debug.pro

package info (click to toggle)
l2tp-ipsec-vpn-daemon 0.9.9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: cpp: 500; sh: 239; xml: 144; makefile: 106
file content (25 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file is generated automatically. Do not edit.
# Use project properties -> Build -> Qt -> Expert -> Custom Definitions.
TEMPLATE = app
DESTDIR = dist/Debug
TARGET = L2tpIPsecVpnControlDaemon
VERSION = 0.9.9
CONFIG -= debug_and_release app_bundle lib_bundle
CONFIG += debug 
QT = core network
SOURCES += src/main.cpp src/VpnClientConnection.cpp src/VpnControlDaemonApplication.cpp src/VpnControlDaemon.cpp
HEADERS += src/VpnControlDaemon.h src/VpnClientConnection.h src/VpnControlDaemonApplication.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
OBJECTS_DIR = build/Debug/GNU-Linux-x86
MOC_DIR = src/generated
RCC_DIR = src/generated
UI_DIR = src/generated
QMAKE_CC = gcc
QMAKE_CXX = g++
DEFINES += 
INCLUDEPATH += 
LIBS += 
target.path = /usr/lib/l2tp-ipsec-vpn-daemon
INSTALLS += target