|
|
2010-11-24
, 02:43
|
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#2
|
|
|
2010-11-24
, 03:11
|
|
|
Posts: 135 |
Thanked: 375 times |
Joined on Mar 2010
@ Hong Kong
|
#3
|
|
|
2010-11-24
, 03:14
|
|
Posts: 227 |
Thanked: 51 times |
Joined on Feb 2006
|
#4
|
uic-qt4 -o ui_mainwindow.h mainwindow.ui
#-------------------------------------------------
#
# Project created by QtCreator 2010-10-26T21:15:44
#
#-------------------------------------------------
AUTHOR = David Smoot
EMAIL = davidsmoot gmail.com
LICENSE = GPL
LANGUAGE = C++
QT += dbus
TARGET = termaemo
TEMPLATE = app
win32 : DEFINES += _TTY_WIN_ QWT_DLL QT_DLL
unix : DEFINES += _TTY_POSIX_
CONFIG += qt warn_on debug app_bundle thread x11
SOURCES += main.cpp\
mainwindow.cpp \
SerialPort/qextserialport.cpp \
SerialPort/qextserialbase.cpp \
SerialPort/ManageSerialPort.cpp \
hxmparser.cpp
win32 : SOURCES += SerialPort/win_qextserialport.cpp
unix : SOURCES += SerialPort/posix_qextserialport.cpp
HEADERS += mainwindow.h \
SerialPort/qextserialport.h \
SerialPort/qextserialbase.h \
SerialPort/ManageSerialPort.h \
hxmparser.h \
ui_mainwindow.h
win32 : HEADERS += SerialPort/win_qextserialport.h
unix : HEADERS += SerialPort/posix_qextserialport.h
FORMS += mainwindow.ui
|
|
2010-11-24
, 03:31
|
|
|
Posts: 135 |
Thanked: 375 times |
Joined on Mar 2010
@ Hong Kong
|
#5
|
Is the generated ui_mainwindow.h supposed to live in the project directory or in the build directory?
Thanks for taking the time to respond,
David
|
|
2010-11-24
, 09:41
|
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#6
|

| The Following User Says Thank You to noobmonkey For This Useful Post: | ||
Thanks,
David
David Smoot