source: tspsg/src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.pri @ 7bb19df196

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since 7bb19df196 was 7bb19df196, checked in by Oleksii Serdiuk, 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).

  • Property mode set to 100644
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.