File: apps.pri

package info (click to toggle)
pgmodeler 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,160 kB
  • sloc: cpp: 99,216; xml: 27; sh: 15; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (2)
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
# This file contains the main variables shared by executables subprojects

include(../pgmodeler.pri)

unix|windows: LIBS += $$LIBGUI_LIB \
		      $$LIBCANVAS_LIB \
		      $$LIBCONNECTOR_LIB \
		      $$LIBCORE_LIB \
		      $$LIBPARSERS_LIB \
					$$LIBUTILS_LIB \
					$$LIBCLI_LIB

INCLUDEPATH += $$LIBGUI_INC \
	       $$LIBCANVAS_INC \
	       $$LIBCONNECTOR_INC \
	       $$LIBCORE_INC \
	       $$LIBPARSERS_INC \
				 $$LIBUTILS_INC \
				 $$LIBCLI_INC

DEPENDPATH += $$LIBGUI_ROOT \
	      $$LIBCANVAS_ROOT \
	      $$LIBCONNECTOR_ROOT \
	      $$LIBCORE_ROOT \
	      $$LIBPARSERS_ROOT \
				$$LIBUTILS_ROOT \
				$$LIBCLI_ROOT


unix:LIBS += $$QMAKE_LIBS_EXECINFO
windows:RCC_DIR=src/
windows:DESTDIR=$$PWD

isEqual(PRIVATE_PLUGINS, false) {
  windows:RC_FILE=res/windows_ico.qrc
}