Last change
on this file was 1077, checked in by Dmitry A. Kuminov, 14 years ago |
Use a common file for VERSION definition.
This is much better than spreading this information over five
different files (three of which are forgotten and haven't been
updated since Qt 4.3.0).
This fixes a r1050 regression that caused Designer DLLs to
lose the major version suffix and completely supersedes r385
(still fixing what r1050 fixed).
|
File size:
1.1 KB
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | TARGET = $$qtLibraryTarget(QtUiTools)
|
---|
3 | QT += xml
|
---|
4 | CONFIG += qt staticlib
|
---|
5 | DESTDIR = ../../../../lib
|
---|
6 | DLLDESTDIR = ../../../../bin
|
---|
7 |
|
---|
8 | symbian {
|
---|
9 | TARGET.UID3 = 0x2001E628
|
---|
10 | load(armcc_warnings)
|
---|
11 | }
|
---|
12 |
|
---|
13 | win32|mac:!macx-xcode:CONFIG += debug_and_release build_all
|
---|
14 |
|
---|
15 | DEFINES += QFORMINTERNAL_NAMESPACE QT_DESIGNER_STATIC QT_FORMBUILDER_NO_SCRIPT
|
---|
16 |
|
---|
17 | include(../../../../src/qt_version.pri)
|
---|
18 | include(../../../../src/qt_targets.pri)
|
---|
19 | QMAKE_TARGET_PRODUCT = UiLoader
|
---|
20 | QMAKE_TARGET_DESCRIPTION = QUiLoader
|
---|
21 |
|
---|
22 | include(../lib/uilib/uilib.pri)
|
---|
23 |
|
---|
24 | HEADERS += quiloader.h
|
---|
25 | SOURCES += quiloader.cpp
|
---|
26 |
|
---|
27 | include($$QT_BUILD_TREE/include/QtUiTools/headers.pri, "", true)
|
---|
28 | quitools_headers.files = $$SYNCQT.HEADER_FILES $$SYNCQT.HEADER_CLASSES
|
---|
29 | quitools_headers.path = $$[QT_INSTALL_HEADERS]/QtUiTools
|
---|
30 | INSTALLS += quitools_headers
|
---|
31 |
|
---|
32 | target.path=$$[QT_INSTALL_LIBS]
|
---|
33 | INSTALLS += target
|
---|
34 |
|
---|
35 | unix {
|
---|
36 | CONFIG += create_pc
|
---|
37 | QMAKE_PKGCONFIG_LIBDIR = $$[QT_INSTALL_LIBS]
|
---|
38 | QMAKE_PKGCONFIG_INCDIR = $$[QT_INSTALL_HEADERS]/$$TARGET
|
---|
39 | QMAKE_PKGCONFIG_CFLAGS = -I$$[QT_INSTALL_HEADERS]
|
---|
40 | QMAKE_PKGCONFIG_DESTDIR = pkgconfig
|
---|
41 | QMAKE_PKGCONFIG_REQUIRES += QtXml
|
---|
42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.