1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/qdevelop/files/patch-QDevelop.pro
Max Brazhnikov 83d1d6ed09 Update to 0.28
Port changes:
- build with qmake instean of cmake
- update WWW
- mark MAKE_JOBS_SAFE

PR:		based on ports/149145
Submitted by:	Oleg Ginzburg <olevole at olevole.ru>
2010-08-01 14:57:57 +00:00

10 lines
333 B
Prolog

--- ./QDevelop.pro.orig 2010-04-17 11:24:40.000000000 +0400
+++ ./QDevelop.pro 2010-08-01 18:22:09.489810565 +0400
@@ -146,6 +146,3 @@
OBJECTS_DIR += build/o/win32
CONFIG -= debug_and_release
}
-!exists(resources/translations/QDevelop_Russian.qm) {
- error(Please run \"lrelease QDevelop.pro\" before building the project)
-}