Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = app
|
---|
| 2 | CONFIG += qt warn_on x11
|
---|
| 3 | build_all:!build_pass {
|
---|
| 4 | CONFIG -= build_all
|
---|
| 5 | CONFIG += release
|
---|
| 6 | }
|
---|
| 7 | LANGUAGE = C++
|
---|
| 8 | QT += qt3support
|
---|
| 9 |
|
---|
| 10 | contains(QT_CONFIG, gstreamer):LIBS += $$QT_LIBS_GSTREAMER -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10
|
---|
| 11 | contains(QT_CONFIG, gstreamer):QMAKE_CXXFLAGS += $$QT_CFLAGS_GSTREAMER
|
---|
[846] | 12 | contains(QT_CONFIG, phonon) {
|
---|
| 13 | QT += phonon
|
---|
| 14 | DEFINES += HAVE_PHONON
|
---|
| 15 | }
|
---|
[2] | 16 | SOURCES += colorbutton.cpp main.cpp previewframe.cpp previewwidget.cpp mainwindow.cpp paletteeditoradvanced.cpp \
|
---|
| 17 | mainwindowbase.cpp paletteeditoradvancedbase.cpp previewwidgetbase.cpp
|
---|
| 18 | HEADERS += colorbutton.h previewframe.h previewwidget.h mainwindow.h paletteeditoradvanced.h \
|
---|
| 19 | mainwindowbase.h paletteeditoradvancedbase.h previewwidgetbase.h
|
---|
| 20 |
|
---|
| 21 | FORMS = mainwindowbase.ui paletteeditoradvancedbase.ui previewwidgetbase.ui
|
---|
| 22 | RESOURCES = qtconfig.qrc
|
---|
| 23 |
|
---|
| 24 | PROJECTNAME = Qt Configuration
|
---|
| 25 | TARGET = qtconfig
|
---|
| 26 | DESTDIR = ../../bin
|
---|
| 27 |
|
---|
| 28 | target.path=$$[QT_INSTALL_BINS]
|
---|
| 29 | INSTALLS += target
|
---|
| 30 | INCLUDEPATH += .
|
---|
| 31 | DBFILE = qtconfig.db
|
---|
Note:
See
TracBrowser
for help on using the repository browser.