Last change
on this file since 139 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
853 bytes
|
Line | |
---|
1 | ######################################################################
|
---|
2 | # Automatically generated by qmake (2.01a) Thu Mar 5 14:39:33 2009
|
---|
3 | ######################################################################
|
---|
4 |
|
---|
5 | TEMPLATE = app
|
---|
6 | TARGET =
|
---|
7 | DEPENDPATH += .
|
---|
8 | INCLUDEPATH += .
|
---|
9 |
|
---|
10 | CONFIG += qt warn_on
|
---|
11 | #unix:contains(QT_CONFIG, dbus):QT += dbus
|
---|
12 |
|
---|
13 | # Input
|
---|
14 | HEADERS += printview.h spreadsheet.h spreadsheetdelegate.h spreadsheetitem.h
|
---|
15 | SOURCES += main.cpp \
|
---|
16 | printview.cpp \
|
---|
17 | spreadsheet.cpp \
|
---|
18 | spreadsheetdelegate.cpp \
|
---|
19 | spreadsheetitem.cpp
|
---|
20 | RESOURCES += spreadsheet.qrc
|
---|
21 |
|
---|
22 |
|
---|
23 | build_all:!build_pass {
|
---|
24 | CONFIG -= build_all
|
---|
25 | CONFIG += release
|
---|
26 | }
|
---|
27 |
|
---|
28 | # install
|
---|
29 | target.path = $$[QT_INSTALL_DEMOS]/spreadsheet
|
---|
30 | sources.files = $$SOURCES $$RESOURCES *.pro images
|
---|
31 | sources.path = $$[QT_INSTALL_DEMOS]/spreadsheet
|
---|
32 | INSTALLS += target sources
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.