source: trunk/tools/assistant/compat/assistant.pro@ 552

Last change on this file since 552 was 552, checked in by Dmitry A. Kuminov, 15 years ago

general: Install DLLs from tools to bin on OS/2 too.

File size: 1.7 KB
RevLine 
[2]1include($$QT_SOURCE_TREE/tools/shared/fontpanel/fontpanel.pri)
2
3TEMPLATE = app
4LANGUAGE = C++
5TARGET = assistant_adp
6
7CONFIG += qt warn_on
8
9unix:contains(QT_CONFIG, dbus):QT += dbus
10
11build_all:!build_pass {
12 CONFIG -= build_all
13 CONFIG += release
14}