File: popconplugin.pro

package info (click to toggle)
packagesearch 2.10.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,704 kB
  • sloc: cpp: 9,176; perl: 248; makefile: 15; sh: 11
file content (53 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File generated by kdevelop's qmake manager. 
# ------------------------------------------- 
# Subdir relative project main directory: ./popconplugin
# Target is a library:  

# debug mode only

HEADERS += popconplugin.h \
           popconplugincontainer.h \
           popconpluginfactory.h
SOURCES += popconplugin.cpp \
           popconplugincontainer.cpp \
           popconpluginfactory.cpp
TRANSLATIONS = ../../../translations/popconplugin_de.ts \
	../../../translations/popconplugin_es.ts
TEMPLATE = lib
CONFIG += warn_on \
	qt \
	thread \
	stl \
	plugin \
	link_pkgconfig

OBJECTS_DIR = .obj
UI_DIR = .ui
MOC_DIR = .moc
DESTDIR = ../
VERSION = 0.0.1
INCLUDEPATH += . \
	../../
PKGCONFIG += libept libtagcoll2

# this is required to remove the --no-undefined flag, which causes a linker error
QMAKE_LFLAGS -= -Wl,--no-undefined
# yeah, go for C++11!
QMAKE_CXXFLAGS += -std=c++11
# add standard Debian flags
QMAKE_CXXFLAGS_RELEASE += $$system(dpkg-buildflags --get CPPFLAGS)
QMAKE_CXXFLAGS_RELEASE += $$system(dpkg-buildflags --get CXXFLAGS)
QMAKE_LFLAGS += $$system(dpkg-buildflags --get LDFLAGS)

QT += xml

debug {
    message("generating debug version")
    OBJECTS_DIR = .obj_debug
    DEFINES += __DEBUG
    CONFIG -= release
}
else {
    message("generating release version")
    OBJECTS_DIR = .obj
}