comparison config.mak.in @ 356:2a22b0f1a469

Gtk+2 -> Qt.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Oct 2012 19:07:30 +0300
parents 9cf1a58b0234
children f18f07d8a731
comparison
equal deleted inserted replaced
355:dbc62ba3f132 356:2a22b0f1a469
1 # Build engine tests and tools? (Please notice that what 1 # Build engine tests and tools? (Please notice that what
2 # actually gets built it also affected by other options) 2 # actually gets built it also affected by other options)
3 DM_BUILD_TESTS=yes 3 DM_BUILD_TESTS=yes
4 DM_BUILD_TOOLS=yes 4 DM_BUILD_TOOLS=yes
5 5
6 # Build Gtk+2 based demo editor? 6 # Build Qt based demo editor?
7 DM_BUILD_EDITOR=yes 7 DM_BUILD_EDITOR=yes
8 8
9 # Build with runtime asserts? 9 # Build with runtime asserts?
10 DM_USE_ASSERTS=yes 10 DM_USE_ASSERTS=yes
11 11