axqt / qtfirebirdibppsqldriver

Automatically exported from code.google.com/p/qtfirebirdibppsqldriver
GNU General Public License v3.0
0 stars 0 forks source link

Modify config to support debug and release builds #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Replace TARGET directive with following contents:

CONFIG(debug, debug|release) {
    TARGET = qsqlfirebirdd
    DESTDIR = bin/debug
    MOC_DIR = tmp_moc/debug
    OBJECTS_DIR = tmp_obj/debug
} else {
    TARGET = qsqlfirebird
    DESTDIR = bin/release
    MOC_DIR = tmp_moc/release
    OBJECTS_DIR = tmp_obj/release
}

Original issue reported on code.google.com by g1099511...@gmail.com on 20 Jan 2010 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by alex.wen...@gmail.com on 25 Jan 2010 at 12:43