summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-07-10 15:17:53 -0500
committerTimothy Pearson <[email protected]>2011-07-10 15:17:53 -0500
commitdda8474928bd7276e1fad8fb7a601e7c83ff2bc2 (patch)
tree7f83910598b33b12730035f086df20b5a53ab99c /tqtinterface/qt4/src/dialogs/qt_dialogs.pri
parent6260b6178868c03aab1644bf93b0ef043654bdb0 (diff)
downloadexperimental-dda8474928bd7276e1fad8fb7a601e7c83ff2bc2.tar.gz
experimental-dda8474928bd7276e1fad8fb7a601e7c83ff2bc2.zip
Added TQt4 HEAD
Diffstat (limited to 'tqtinterface/qt4/src/dialogs/qt_dialogs.pri')
-rw-r--r--tqtinterface/qt4/src/dialogs/qt_dialogs.pri33
1 files changed, 33 insertions, 0 deletions
diff --git a/tqtinterface/qt4/src/dialogs/qt_dialogs.pri b/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
new file mode 100644
index 0000000..6d9191d
--- /dev/null
+++ b/tqtinterface/qt4/src/dialogs/qt_dialogs.pri
@@ -0,0 +1,33 @@
+# 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
+}