diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-30 22:53:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:35 (GMT) |
commit | 99f406d9941ef9fef8b2522ccbf6a72eb474f27a (patch) | |
tree | f9dc4a9f0e9e66fc8264044f4b6d663c87467a08 /test-code | |
parent | eb81def6ebfa0997798808408e3d27f03eff1996 (diff) |
Removed temporary REMOVE_DUMP define
Diffstat (limited to 'test-code')
-rw-r--r-- | test-code/cgaltest.pro | 1 | ||||
-rw-r--r-- | test-code/csgtexttest.pro | 1 | ||||
-rw-r--r-- | test-code/dumptest.pro | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/test-code/cgaltest.pro b/test-code/cgaltest.pro index 27eeb1a..c181046 100644 --- a/test-code/cgaltest.pro +++ b/test-code/cgaltest.pro @@ -7,7 +7,6 @@ UI_DIR = objects RCC_DIR = objects INCLUDEPATH += ../src -DEFINES += REMOVE_DUMP REMOVE_RENDERCGAL macx { CONFIG -= app_bundle LIBS += -framework Carbon diff --git a/test-code/csgtexttest.pro b/test-code/csgtexttest.pro index 43632ed..60dd731 100644 --- a/test-code/csgtexttest.pro +++ b/test-code/csgtexttest.pro @@ -7,7 +7,6 @@ UI_DIR = objects RCC_DIR = objects INCLUDEPATH += ../src -DEFINES += REMOVE_DUMP macx { CONFIG -= app_bundle LIBS += -framework Carbon diff --git a/test-code/dumptest.pro b/test-code/dumptest.pro index 9e42320..f861f9a 100644 --- a/test-code/dumptest.pro +++ b/test-code/dumptest.pro @@ -7,7 +7,6 @@ UI_DIR = objects RCC_DIR = objects INCLUDEPATH += ../src -DEFINES += REMOVE_DUMP TARGET = dumptest macx { CONFIG -= app_bundle |