diff options
author | João Abecasis <joao@abecasis.name> | 2009-10-07 07:53:32 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-10-07 10:44:42 (GMT) |
commit | 81e0167b13abf81bf630281ac940a2b73509ed5b (patch) | |
tree | 32e95f043f1fb059340b11eaaf9175df3628ec5e /tools | |
parent | fbe25541d84ec719633d97f200c4217b324a0f68 (diff) | |
download | Qt-81e0167b13abf81bf630281ac940a2b73509ed5b.zip Qt-81e0167b13abf81bf630281ac940a2b73509ed5b.tar.gz Qt-81e0167b13abf81bf630281ac940a2b73509ed5b.tar.bz2 |
The plugindialog was moved to tools/designer/src/lib/shared
Reviewed-by: Friedemann Kleint
Diffstat (limited to 'tools')
-rw-r--r-- | tools/designer/translations/translations.pro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/designer/translations/translations.pro b/tools/designer/translations/translations.pro index a37918c..2323882 100644 --- a/tools/designer/translations/translations.pro +++ b/tools/designer/translations/translations.pro @@ -82,7 +82,6 @@ SOURCES += $$APP_DIR/appfontdialog.cpp \ $$APP_DIR/main.cpp \ $$APP_DIR/mainwindow.cpp \ $$APP_DIR/newform.cpp \ - $$APP_DIR/plugindialog.cpp \ $$APP_DIR/preferencesdialog.cpp \ $$APP_DIR/qdesigner_actions.cpp \ $$APP_DIR/qdesigner_appearanceoptions.cpp \ @@ -100,7 +99,6 @@ HEADERS+= $$APP_DIR/appfontdialog.h \ $$APP_DIR/designer_enums.h \ $$APP_DIR/mainwindow.h \ $$APP_DIR/newform.h \ - $$APP_DIR/plugindialog.h \ $$APP_DIR/preferencesdialog.h \ $$APP_DIR/qdesigner_actions.h \ $$APP_DIR/qdesigner_appearanceoptions.h \ @@ -114,8 +112,7 @@ HEADERS+= $$APP_DIR/appfontdialog.h \ $$APP_DIR/saveformastemplate.h \ $$APP_DIR/versiondialog.h -FORMS += $$APP_DIR/plugindialog.ui \ - $$APP_DIR/preferencesdialog.ui \ +FORMS += $$APP_DIR/preferencesdialog.ui \ $$APP_DIR/qdesigner_appearanceoptions.ui \ $$APP_DIR/saveformastemplate.ui |