File: pgmodeler-cli.pro

package info (click to toggle)
pgmodeler 1.2.0~beta1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,120 kB
  • sloc: cpp: 98,932; xml: 27; makefile: 15; sh: 15
file content (15 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../apps.pri)

CONFIG += console
TEMPLATE = app
TARGET = pgmodeler-cli

isEqual(PRIVATE_PLUGINS, true) {
  windows:RC_FILE=$$PRIV_RES_FOLDER/$$TARGET/windows_ico.qrc
}

SOURCES += src/main.cpp

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