Fritzing is essentially Electronic Design Automation software suited to the needs of designers and artists. It uses the metaphor of the breadboard, so that it is easy to transfer a hardware sketch to the software by using a drag-and-drop-based GUI to copy your sketch. From there it is possible to create PCB layouts for turning your prototype into a robust PCB, either on your own, or with the help of a manufacturer. ok ajacoutot@
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
$OpenBSD: patch-phoenix_pro,v 1.1.1.1 2010/09/15 07:14:18 jasper Exp $
|
|
|
|
Don't build everything twice, just once takes long enough already.
|
|
|
|
--- phoenix.pro.orig Tue Sep 14 19:17:28 2010
|
|
+++ phoenix.pro Tue Sep 14 19:18:23 2010
|
|
@@ -24,7 +24,7 @@
|
|
#
|
|
#********************************************************************/
|
|
|
|
-CONFIG += debug_and_release
|
|
+CONFIG += release
|
|
win32 {
|
|
CONFIG -= embed_manifest_exe
|
|
INCLUDEPATH += $$[QT_INSTALL_PREFIX]/src/3rdparty/zlib
|