source: tspsg-svn/trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.pri @ 118

Last change on this file since 118 was 118, checked in by laleppa, 14 years ago

Finished toolbar customization feature.
It is not available on handheld devices (mainly, because the customization dialog is too big for a small screen).

File size: 542 bytes
Line 
1include(../common.pri)
2INCLUDEPATH += $$PWD
3DEPENDPATH += $$PWD
4
5qttoolbardialog-uselib:!qttoolbardialog-buildlib {
6    LIBS += -L$$QTTOOLBARDIALOG_LIBDIR -l$$QTTOOLBARDIALOG_LIBNAME
7} else {
8    SOURCES += $$PWD/qttoolbardialog.cpp
9    HEADERS += $$PWD/qttoolbardialog.h
10    FORMS += $$PWD/qttoolbardialog.ui
11    RESOURCES += $$PWD/qttoolbardialog.qrc
12}
13
14win32 {
15    contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTTOOLBARDIALOG_EXPORT
16    else:qttoolbardialog-uselib:DEFINES += QT_QTTOOLBARDIALOG_IMPORT
17}
Note: See TracBrowser for help on using the repository browser.