source: trunk/demos/qtdemo/qtdemo.pro@ 695

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

qtdemo: Added OS/2 icon.

File size: 1.5 KB
RevLine 
[2]1CONFIG += assistant help x11inc
2TARGET = qtdemo
[561]3DEMO_DESTDIR = $$QT_BUILD_TREE
4isEmpty(DEMO_DESTDIR):DEMO_DESTDIR=../..
5DESTDIR = $$DEMO_DESTDIR/bin
[2]6INSTALLS += target sources
[561]7
8
[2]9QT += xml network
10
11contains(QT_CONFIG, opengl) {
12 DEFINES += QT_OPENGL_SUPPORT
13 QT += opengl
14}
15
16build_all:!build_pass {
17 CONFIG -= build_all
18 CONFIG += release
19}
20
21RESOURCES = qtdemo.qrc
22HEADERS = mainwindow.h \
23 demoscene.h \
24 demoitem.h \
25 score.h \
26 demoitemanimation.h \
27 itemcircleanimation.h \
28 demotextitem.h \
29 headingitem.h \
30 dockitem.h \
31 scanitem.h \
32 letteritem.h \
33 examplecontent.h \
34 menucontent.h \
35 guide.h \
36 guideline.h \
37 guidecircle.h \
38 menumanager.h \
39 colors.h \
40 textbutton.h \
41 imageitem.h
42SOURCES = main.cpp \