File: libutils.pro

package info (click to toggle)
pgmodeler 1.0.0~beta1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,508 kB
  • sloc: cpp: 92,739; xml: 27; makefile: 15; sh: 15
file content (28 lines) | stat: -rw-r--r-- 530 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
26
27
28
include(../../pgmodeler.pri)

TEMPLATE = lib
TARGET = utils
windows: DESTDIR = $$PWD

# Enables shared library symbols exporting
DEFINES += UTILS_SYMBOLS

HEADERS += src/utilsglobal.h \
src/exportsym.h \
src/exception.h \
src/enumtype.h \
src/globalattributes.h \
src/pgsqlversions.h \
src/doublenan.h \
src/application.h \
src/utilsns.h

SOURCES += src/exception.cpp \
src/globalattributes.cpp \
src/pgsqlversions.cpp \
src/application.cpp \
src/utilsns.cpp

# Deployment settings
target.path = $$PRIVATELIBDIR
INSTALLS = target