Fix alpha setting in Designer's "Edit Palette" window
[qt-netbsd.git] / demos / shared / shared.pro
blobde29857f156093895d4853065f698e5c8f6cd0e3
1 TEMPLATE = lib
2 CONFIG += static
4 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
5 DEFINES += QT_OPENGL_SUPPORT
6 QT += opengl
9 build_all:!build_pass {
10 CONFIG -= build_all
11 CONFIG += release
13 TARGET = demo_shared
15 SOURCES += \
16 arthurstyle.cpp\
17 arthurwidgets.cpp \
18 hoverpoints.cpp
20 HEADERS += \
21 arthurstyle.h \
22 arthurwidgets.h \
23 hoverpoints.h
25 RESOURCES += shared.qrc
27 # install
28 target.path = $$[QT_INSTALL_DEMOS]/shared
29 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.pri images
30 sources.path = $$[QT_INSTALL_DEMOS]/shared
31 INSTALLS += sources
33 !cross_compile:INSTALLS += target
35 symbian {
36 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
37 TARGET.UID3 = 0xA000A63C