Adding support for static qt builds

This commit is contained in:
Matt Keeter 2014-03-21 21:40:18 -04:00
parent 2cabf7bf93
commit aa12502668

View file

@ -40,3 +40,7 @@ macx {
win32 {
RC_FILE = ../exe/fstl.rc
}
static {
CONFIG += static
}