# HG changeset patch # User thomas_-_s # Date 1242205728 0 # Node ID cf73befdd72be9f7ddf5b60834f9213cd973292a # Parent aba040a4acd525c67f881d66856ffbc828931412 Changed the Qt project file to ensure that the resulting make file has release AND debug build targets. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@950 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r aba040a4acd5 -r cf73befdd72b UniversalIndentGUI.pro --- a/UniversalIndentGUI.pro Wed May 13 09:05:29 2009 +0000 +++ b/UniversalIndentGUI.pro Wed May 13 09:08:48 2009 +0000 @@ -15,6 +15,8 @@ LIBS += -lqscintilla2 +CONFIG += debug_and_release + macx { CONFIG += x86 sdk QMAKE-MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk