summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-21 23:28:33 +0900
commit1df632a0e6e550a5a100247c6b4713078e78f413 (patch)
treee8577c3d310285ebb4c8beea37998f408286bda3 /tqtinterface/qt4/src/dialogs/qt_dialogs.pri
parent012b00740f33c01949c88d7ea97e2dee81fabb41 (diff)
downloadexperimental-r14.0.7.tar.gz
experimental-r14.0.7.zip
Removed unnecessary and/or TDE-unrelated code.r14.0.7
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tqtinterface/qt4/src/dialogs/qt_dialogs.pri')
-rw-r--r--tqtinterface/qt4/src/dialogs/qt_dialogs.pri33
1 files changed, 0 insertions, 33 deletions
diff --git a/tqtinterface/qt4/src/dialogs/qt_dialogs.pri b/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
deleted file mode 100644
index 6d9191d..0000000
--- a/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
+++ /dev/null
@@ -1,33 +0,0 @@
-# Qt dialogs module
-
-dialogs {
- DIALOGS_P = dialogs
-
- HEADERS += $$DIALOGS_H/tqcolordialog.h \
- $$DIALOGS_H/tqdialog.h \
- $$DIALOGS_H/tqerrormessage.h \
- $$DIALOGS_H/tqfiledialog.h \
- $$DIALOGS_H/tqfontdialog.h \
- $$DIALOGS_H/tqmessagebox.h \
- $$DIALOGS_H/tqprogressdialog.h \
- $$DIALOGS_H/tqsemimodal.h \
- $$DIALOGS_H/tqtabdialog.h \
- $$DIALOGS_H/tqwizard.h \
- $$DIALOGS_H/tqinputdialog.h
-
- !embedded:mac:SOURCES += $$DIALOGS_CPP/tqfiledialog_mac.cpp $$DIALOGS_CPP/tqcolordialog_mac.cpp
- win32:SOURCES += $$DIALOGS_CPP/tqfiledialog_win.cpp
- unix:SOURCES += $$DIALOGS_CPP/tqprintdialog.cpp
- unix:HEADERS += $$DIALOGS_H/tqprintdialog.h
-
- SOURCES += $$DIALOGS_CPP/tqcolordialog.cpp \
- $$DIALOGS_CPP/tqdialog.cpp \
- $$DIALOGS_CPP/tqerrormessage.cpp \
- $$DIALOGS_CPP/tqfiledialog.cpp \
- $$DIALOGS_CPP/tqfontdialog.cpp \
- $$DIALOGS_CPP/tqmessagebox.cpp \
- $$DIALOGS_CPP/tqprogressdialog.cpp \
- $$DIALOGS_CPP/tqtabdialog.cpp \
- $$DIALOGS_CPP/tqwizard.cpp \
- $$DIALOGS_CPP/tqinputdialog.cpp
-}