-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 5893015..39a9855 100644 --- a/libqtaux/libqtaux.pro +++ b/libqtaux/libqtaux.pro @@ -7,5 +7,6 @@ HEADERS = qcolordialog.h \ \ ocolorpopupmenu.h \ - ocolorbutton.h + ocolorbutton.h \ + oticker.h @@ -15,5 +16,6 @@ SOURCES = qcolordialog.cpp \ \ ocolorpopupmenu.cpp \ - ocolorbutton.cpp + ocolorbutton.cpp \ + oticker.cpp TARGET = qtaux2 |