diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
commit | 5445c25f501f456239b299d2b8810e4beb97a4f3 (patch) | |
tree | 8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/designer/app | |
parent | 534275dec59b0da2facf199a022a35b981c30c50 (diff) | |
download | tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip |
Automated update from Qt3
Diffstat (limited to 'tools/designer/app')
-rw-r--r-- | tools/designer/app/app.pro | 4 | ||||
-rw-r--r-- | tools/designer/app/main.cpp | 4 |
2 files changed, 4 insertions, 4 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 } diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp index b88eddbfb..99cd0caab 100644 --- a/tools/designer/app/main.cpp +++ b/tools/designer/app/main.cpp @@ -186,8 +186,8 @@ int main( int argc, char *argv[] ) signal( SIGTERM, exitHandler ); } - extern void qInitImages_designercore(); - qInitImages_designercore(); + extern void qInitImages_tqtdesignercore(); + qInitImages_tqtdesignercore(); TQSettings config; TQString keybase = DesignerApplication::settingsKey(); |