Skip to content
Snippets Groups Projects
Commit e92a0620 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Move to qmake

parents 914d3a09 5f366890
No related branches found
No related tags found
No related merge requests found
Pipeline #14200 passed
...@@ -108,6 +108,7 @@ RC_FILE = Resources/jpseditor.rc ...@@ -108,6 +108,7 @@ RC_FILE = Resources/jpseditor.rc
ICON = Resources/jpseditor.icns ICON = Resources/jpseditor.icns
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
DESTDIR = build/debug DESTDIR = build/debug
} }
...@@ -124,7 +125,6 @@ UI_DIR = $$DESTDIR/.u ...@@ -124,7 +125,6 @@ UI_DIR = $$DESTDIR/.u
demos.path = /usr/local/bin/jpseditor demos.path = /usr/local/bin/jpseditor
demos.files = examples/* demos.files = examples/*
CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
DESTDIR = build/debug DESTDIR = build/debug
} }
......
class Jpseditor < Formula class Jpseditor < Formula
desc "A graphical user interface to create the geometry of a scenario simulated by JuPedSim" desc "A graphical user interface to create the geometry of a scenario simulated by JuPedSim"
homepage "https://www.jupedsim.org/" homepage "https://www.jupedsim.org/"
head "https://github.com/JuPedSim/jpseditor.git" head "https://github.com/JuPedSim/jpseditor.git"
depends_on "qt" depends_on "qt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment