author | mickeyl <mickeyl> | 2004-01-15 13:59:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-15 13:59:58 (UTC) |
commit | dde789ef19fa3a3913805e452ac1e3400688e8a0 (patch) (side-by-side diff) | |
tree | a33a0ce31750ad56cfd3362585d4e7b32ca0a456 /libqtaux/libqtaux.pro | |
parent | 3c74c5343a8432c494ace71d94cca354c01ef1d3 (diff) | |
download | opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.zip opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.gz opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.bz2 |
more libopie1 --> libopie2 with namespace cleanups and code layout cleanups
-rw-r--r-- | libqtaux/libqtaux.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libqtaux/libqtaux.pro b/libqtaux/libqtaux.pro index 2f7aa91..56ccc65 100644 --- a/libqtaux/libqtaux.pro +++ b/libqtaux/libqtaux.pro @@ -5,14 +5,16 @@ HEADERS = qcolordialog.h \ qsplitter.h \ qinputdialog.h \ \ - ocolorpopupmenu.h + ocolorpopupmenu.h \ + ocolorbutton.h SOURCES = qcolordialog.cpp \ qsplitter.cpp \ qinputdialog.cpp \ \ - ocolorpopupmenu.cpp + ocolorpopupmenu.cpp \ + ocolorbutton.cpp TARGET = qtaux2 INCLUDEPATH += $(OPIEDIR)/include |