diff options
author | Timothy Pearson <[email protected]> | 2013-12-02 14:13:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-12-02 14:13:04 -0600 |
commit | 5445c25f501f456239b299d2b8810e4beb97a4f3 (patch) | |
tree | 8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/designer/app/app.pro | |
parent | 534275dec59b0da2facf199a022a35b981c30c50 (diff) | |
download | tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip |
Automated update from Qt3
Diffstat (limited to 'tools/designer/app/app.pro')
-rw-r--r-- | tools/designer/app/app.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/app/app.pro b/tools/designer/app/app.pro index 5d2aa406b..9f6e54f7b 100644 --- a/tools/designer/app/app.pro +++ b/tools/designer/app/app.pro @@ -6,11 +6,11 @@ DESTDIR = $$QT_BUILD_TREE/bin SOURCES += main.cpp INCLUDEPATH += ../designer -LIBS += -ldesignercore -ltqui -lqassistantclient -L$$QT_BUILD_TREE/lib +LIBS += -ltqtdesignercore -ltqui -ltqassistantclient -L$$QT_BUILD_TREE/lib win32 { RC_FILE = designer.rc win32-g++ { - TARGETDEPS += $$QT_BUILD_TREE/lib/libdesignercore.a + TARGETDEPS += $$QT_BUILD_TREE/lib/libtqtdesignercore.a } else { TARGETDEPS += $$QT_BUILD_TREE/lib/designercore.lib } |