diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 90825e2392b2d70e43c7a25b8a3752299a933894 (patch) | |
tree | e33aa27f02b74604afbfd0ea4f1cfca8833d882a /smoke/qt/smokeqt.pro | |
download | tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'smoke/qt/smokeqt.pro')
-rw-r--r-- | smoke/qt/smokeqt.pro | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/smoke/qt/smokeqt.pro b/smoke/qt/smokeqt.pro new file mode 100644 index 00000000..f49fc61b --- /dev/null +++ b/smoke/qt/smokeqt.pro @@ -0,0 +1,32 @@ +###################################################################### +# Automatically generated by qmake (1.04a) Tue May 25 03:20:31 2004 +###################################################################### + +TEMPLATE = lib +INCLUDEPATH += . .. + +# Input +HEADERS += qt_smoke.h +SOURCES += smokedata.cpp \ + x_1.cpp \ + x_10.cpp \ + x_11.cpp \ + x_12.cpp \ + x_13.cpp \ + x_14.cpp \ + x_15.cpp \ + x_16.cpp \ + x_17.cpp \ + x_18.cpp \ + x_19.cpp \ + x_2.cpp \ + x_20.cpp \ + x_3.cpp \ + x_4.cpp \ + x_5.cpp \ + x_6.cpp \ + x_7.cpp \ + x_8.cpp \ + x_9.cpp + +DESTDIR = /usr/lib |