blob: 1864533aa42bb920f54045af190e693761c2e036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CONFIG+=systemtest
SOURCES = sys_oopserviceframework.qtt
unix:!symbian {
maemo5 {
target.path = /opt/usr/bin
} else {
target.path = /usr/local/bin
}
INSTALLS += target
}
|