source: tspsg-svn/trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource/examples/simple/simple.pro @ 117

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

+ Started adding a toolbar customization with the ude of QtToolbarDialog? (http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qttoolbardialog/).

File size: 204 bytes
Line 
1TEMPLATE = app
2DEPENDPATH += .
3INCLUDEPATH += .
4
5include(../../src/qttoolbardialog.pri)
6# Input
7SOURCES += main.cpp \
8           mainwindow.cpp
9HEADERS += mainwindow.h
10RESOURCES += simple.qrc
11
Note: See TracBrowser for help on using the repository browser.