2012-12-21 13:14:40 +00:00
|
|
|
requires(qtHaveModule(widgets))
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2016-11-30 15:37:15 +00:00
|
|
|
|
|
|
|
qtConfig(sharedmemory): SUBDIRS = sharedmemory
|
2018-01-23 13:06:53 +00:00
|
|
|
qtHaveModule(network) {
|
|
|
|
QT_FOR_CONFIG += network
|
|
|
|
|
|
|
|
qtConfig(localserver): SUBDIRS += localfortuneserver localfortuneclient
|
|
|
|
}
|